Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/node-js-npm-template
A Node.js / npm project template.
https://github.com/tom-weatherhead/node-js-npm-template
Last synced: about 6 hours ago
JSON representation
A Node.js / npm project template.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/node-js-npm-template
- Owner: tom-weatherhead
- License: mit
- Created: 2017-08-01T19:57:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:52:50.590Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-js-npm-template
A Node.js / npm project template.[![build status](https://secure.travis-ci.org/tom-weatherhead/node-js-npm-template.svg)](http://travis-ci.org/tom-weatherhead/node-js-npm-template)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/node-js-npm-template/blob/master/LICENSE)## Installation
```
npm i
```To lint and test the project using Grunt:
```
npm start
```## npm Packages Needed for Unit Testing
Jasmine + Karma:
```
npm i -D grunt-contrib-jasmine grunt-karma jasmine-core karma karma-chrome-launcher karma-jasmine karma-phantomjs-launcher ?
```Jest:
```
npm i -D grunt-run jest
```Mocha:
```
npm i -D chai chai-http grunt-mocha-test mocha
```## License
MIT