Skip to content
 
 

Repository files navigation

NodeJS CLI App Boilerplate

🚀 Boilerplate and Starter for Node CLI applications.
⚡️ Made for best developer expirence: TypeScript, ESLint, Prettier, Commitlint, VSCode.

Clone this project to create your own awesome Node CLI App.

Included

Requirements

  • Node.js 14+ and npm

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/Mugambi-Ian/NodeJS-CLI-App-Boilerplate---TypeScript
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Deploy to production

You can see the results locally in production mode with:

$ npm run export
$ node ./build/index.js

To publish to npm refer to npm publish .

About

A Template for Nodejs Terminal Application using TypeScript

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages