1.0.0 • Published 5 years ago

@mozleo/node-starter v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

node-starter

Personal boilerplate to kickstart creating a Node.js module/repo.

usage

In your work directory, run:

> curl -fsSL https://github.com/Tommy-White/node-starter/archive/master.tar.gz | tar -xz --strip-components=1

You can also git clone or download this repo and get contents of the boilerplate folder.

Include

  • ESLint
  • Jest for Test
  • Code formatting
  • ...