Personal quick project setup to test things quickly in nodejs
- - Add test script using mocha and chai
- - Add watch script to run test on file changes
- - Run test, format code, lint and check commit on push
- - Add lint script using eslint
- - Add .editorconfig
Install Degit globally
npm install degit -g
Degit using
degit https://github.com/obengwilliam/nodejs_pg [name_of_folder]
npm install