https://github.com/quilt/cargo-ease
Cargo subcommand to generate EE project template
https://github.com/quilt/cargo-ease
Last synced: 9 months ago
JSON representation
Cargo subcommand to generate EE project template
- Host: GitHub
- URL: https://github.com/quilt/cargo-ease
- Owner: quilt
- License: apache-2.0
- Created: 2020-01-22T00:27:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T23:39:44.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T06:33:27.021Z (10 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cargo-ease
Cargo subcommand to generate EE project template
## build
```bash
$ cargo build
```
## run
**Inputs provided as args**
```bash
$ cargo run ease -n foobar
Finished dev [unoptimized + debuginfo] target(s) in 0.29s
Running `target/debug/cargo-ease ease -n foobar`
⛏ Creating project called `foobar`...
🦄 Boom! New project created ~/cargo-ease/foobar
```
**Inputs provided via prompt**
```bash
$ cargo run ease
Finished dev [unoptimized + debuginfo] target(s) in 0.13s
Running `target/debug/cargo-ease ease`
❔ Project Name: foobar
⛏ Creating project called `foobar`...
🦄 Boom! New project created ~/cargo-ease/foobar
```