Initial upload: Project Scaffold CLI with multi-language templates and CI/CD

This commit is contained in:
2026-02-05 11:01:23 +00:00
parent 0c15c27798
commit bc675d2ff3

View 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 }}