cargo-create 0.2.2

A CLI for fast project generation based on Tera templates.
Documentation

jen (cargo-create)

Maintenance crates.io crates.io Documentation

Continuous Integration

A CLI for fast project generation based on Tera templates. Also a cargo subcommand :)

Installation

cargo install cargo-create --locked

The crate does install the CLI under two names: jen and cargo-create, allowing for a nicer Rust-related workflow.

Examples

An example template repository can be found over at https://github.com/SirWindfield/template-test.

Note

The public API of the library crate is NOT meant for consumption. It is not stable in any way, may change any time and is not related to the semantic versioning of this repository. The crate type is a library to allow for multiple binaries to exist in one single place.

The semantic versioning does only apply to the overall CLI tool, aka the binaries itself and their public API.

License

Licensed under either of

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.