An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Qwik Node CLI

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
![CLI](https://img.shields.io/badge/CLI-4D4D4D.svg?style=for-the-badge&logo=windowsterminal&logoColor=white)

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.