Skip to content

mastermunj/worker-typescript-boilerplate

Repository files navigation

TypeScript Boilerplate for Node.js

Features

How to Use?

  1. Clone Repository
git clone git@github.com:mastermunj/typescript-boilerplate.git <Your-Project>
  1. Run reset.sh
cd  <Your-Project>
chmod +x reset.sh && ./reset.sh

The script does following:

  • Removes remote origin
  • Clears git commit history making the repo as good as fresh initiated
  • Runs npm install
  • Removes reset.sh file for safety
  • Adds all files to repo
  • Does initial commit