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

This commit is contained in:
2026-02-05 11:01:20 +00:00
parent d8782b6473
commit f327db3ae2

View File

@@ -0,0 +1,21 @@
# {{ project_name }}
{{ description }}
## Installation
```bash
npm install
```
## Usage
```javascript
const {{ project_slug }} = require('./index.js');
{{ project_slug }}();
```
## License
{{ license }}