Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebearingedge/node-module-starter

Scratch pad for a new node module
https://github.com/thebearingedge/node-module-starter

Last synced: 28 days ago
JSON representation

Scratch pad for a new node module

Awesome Lists containing this project

README

        

node-module-starter
----

Build a modern javascript module from scratch. Includes linting, unit testing, code coverage, and transpilation.

- Babel
- ESLint
- Mocha
- Babel Istanbul

```bash
λ git clone https://github.com/thebearingedge/node-module-starter.git my-module

λ cd my-module && rm -rf .git dist && git init && npm install

λ npm run tdd
```