# jen (cargo-create)
[](https://github.com/SirWindfield/carg-create)
[](https://crates.io/crates/cargo-create)
[](https://crates.io/crates/cargo-create)
[](https://docs.rs/cargo-create)
> A CLI for fast project generation based on Tera templates. Also a cargo subcommand :)
## Installation
```text
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.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://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.