https://github.com/permafrost-dev/node-cli-skeleton
A modern template for creating NodeJS CLI applications
https://github.com/permafrost-dev/node-cli-skeleton
boilerplate cli esbuild nodejs template typescript
Last synced: 3 months ago
JSON representation
A modern template for creating NodeJS CLI applications
- Host: GitHub
- URL: https://github.com/permafrost-dev/node-cli-skeleton
- Owner: permafrost-dev
- License: mit
- Created: 2021-11-21T22:53:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T06:04:45.000Z (5 months ago)
- Last Synced: 2026-02-06T14:43:12.272Z (5 months ago)
- Topics: boilerplate, cli, esbuild, nodejs, template, typescript
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# package-skeleton
---
Template Setup: run `node configure-package.js` to configure.
{{package.description}}
## Setup
```bash
npm install
npm run dev
```
## Testing
`package-skeleton` uses Jest for unit tests. To run the test suite:
`npm run test`
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [{{package.author.name}}](https://github.com/{{package.author.github}})
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.