Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thebearingedge/node-module-starter
- Owner: thebearingedge
- Created: 2015-06-12T02:12:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T07:28:08.000Z (about 8 years ago)
- Last Synced: 2024-04-15T02:57:26.838Z (7 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```