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