Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
23
project_scaffold_cli/templates/rust/README.md.j2
Normal file
23
project_scaffold_cli/templates/rust/README.md.j2
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# {{ project_name }}
|
||||||
|
|
||||||
|
{{ description }}
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo add {{ project_slug }}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```rust
|
||||||
|
use {{ project_slug }}::run;
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
run();
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
{{ license }}
|
||||||
Reference in New Issue
Block a user