Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 962 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 962 Bytes

Qwik Node CLI

NodeJS NPM 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:

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

🤝 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 file for details.