https://github.com/0x-jerry/tpl-node-cli
node CLI template
https://github.com/0x-jerry/tpl-node-cli
node-cli-boilerplate
Last synced: about 1 month ago
JSON representation
node CLI template
- Host: GitHub
- URL: https://github.com/0x-jerry/tpl-node-cli
- Owner: 0x-jerry
- License: mit
- Created: 2020-11-05T08:58:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T21:00:56.000Z (5 months ago)
- Last Synced: 2025-08-08T23:18:12.986Z (5 months ago)
- Topics: node-cli-boilerplate
- Language: TypeScript
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node CLI(Command Line Interface) Application Template
The fast way to build a CLI application without bundle. Support dynamic import `mjs, jsx, ts, tsx`.
Todo:
1. [ ] Change name, bin and version property of `package.json`.
2. [ ] Change `confFileName` in `src/const.ts`.
3. [ ] Change or delete `x.release.conf.ts`.
4. [ ] Rewrite this file.