| Crates.io | cargo-leap |
| lib.rs | cargo-leap |
| version | 0.1.0 |
| created_at | 2020-06-21 18:36:31.934175+00 |
| updated_at | 2020-07-29 19:15:38.592292+00 |
| description | A cargo subcommand for generating new projects. |
| homepage | https://leap.rs |
| repository | https://github.com/daniel-samson/cargo-leap.git |
| max_upload_size | |
| id | 256401 |
| size | 119,102 |
Leap pass the setup for your project and craft applications quickly with ease. Cargo leap is a cargo sub-command for generating new projects from crates which contain a leap directory.
Project Goals:
Provide a means to create project template
Download any crate from crates.io and read leap directory
Provide useful features as they are needed.
You can use cargo install to get leap:
# cargo install cargo-leap
Please ensure that you have added your cargo binary directory to you PATH environment variable.
Run cargo leap:
# cargo leap template-crate project-name
Please check your project and update files such as cargo.toml to match the details of your project.
# cargo leap leap portal
Any contributions are welcome, please read the contributing guidlines, before making any changes.