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: ```bash
``` Please ensure that you have added your cargo binary directory to you PATH environment variable.
Run cargo leap: ```bash
```
Please check your project and update files such as cargo.toml to match the details of your project.
```bash
```
Any contributions are welcome, please read the contributing guidlines, before making any changes.