obengwilliam / nodejs_pg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs Playground

Personal quick project setup to test things quickly in nodejs

Checklist

  • - 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

Usage

Install Degit globally

npm install degit -g 

Degit using

degit https://github.com/obengwilliam/nodejs_pg [name_of_folder]

npm install

About


Languages

Language:JavaScript 100.0%