https://github.com/michaelfarquhar/qwik-node-cli
Barebones template for creating a node cli using commanderjs
https://github.com/michaelfarquhar/qwik-node-cli
cli-template commander nodejs npm-package npx
Last synced: 2 months ago
JSON representation
Barebones template for creating a node cli using commanderjs
- Host: GitHub
- URL: https://github.com/michaelfarquhar/qwik-node-cli
- Owner: MichaelFarquhar
- License: mit
- Created: 2024-11-02T18:32:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:08:25.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:53:10.634Z (over 1 year ago)
- Topics: cli-template, commander, nodejs, npm-package, npx
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qwik Node CLI



A barebones template for building a node CLI tool using commander.
## 💻 Local Installation and Usage
If you'd like to install the package locally, you can use the following commands:
```bash
git clone https://github.com/MichaelFarquhar/qwik-node-cli.git
cd qwik-node-cli
npm install
```
Then to run the command locally:
```bash
node index.js
```
## 🤝 Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
## 📄 License
This project is licensed under the ISC License - see the [LICENSE](/LICENSE) file for details.