From bf53ecbf41d7c93f417f8f11c2affdda234e15b7 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 3 Dec 2017 16:32:03 -0500 Subject: finish up adding documentation --- README.tpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.tpl (limited to 'README.tpl') diff --git a/README.tpl b/README.tpl new file mode 100644 index 0000000..7242565 --- /dev/null +++ b/README.tpl @@ -0,0 +1,20 @@ +# {{crate}} + +[![Travis](https://img.shields.io/travis/ferristseng/rust-ipfs-api.svg)](https://travis-ci.org/ferristseng/rust-ipfs-api) +[![Crates.io](https://img.shields.io/crates/v/ipfs-api.svg)](https://crates.io/crates/ipfs-api) +[![Docs.rs](https://docs.rs/ipfs-api/badge.svg)](https://docs.rs/ipfs-api/) + +{{readme}} + +## License + +Licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option. + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -- cgit v1.2.3