Skip to content

A Template for Nodejs Terminal Application using TypeScript

Notifications You must be signed in to change notification settings

Mugambi-Ian/NodeJS-CLI-App-Boilerplate---TypeScript

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.5%
  • JavaScript 13.6%
  • Shell 10.9%