Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.13 KB

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