fix: correct pyproject.toml for project-scaffold-cli
- Fixed package name from auto-readme-cli to project-scaffold-cli - Fixed dependencies to match project-scaffold-cli requirements - Fixed linting import sorting issues in test files
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