Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
21
project_scaffold_cli/templates/nodejs/README.md.j2
Normal file
21
project_scaffold_cli/templates/nodejs/README.md.j2
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# {{ project_name }}
|
||||||
|
|
||||||
|
{{ description }}
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
const {{ project_slug }} = require('./index.js');
|
||||||
|
|
||||||
|
{{ project_slug }}();
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
{{ license }}
|
||||||
Reference in New Issue
Block a user