Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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