Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Mongo DB scaffolding for RealSkill

You can quickly create mongodb tasks by cloning the scaffolding repo. You don't have to bother with coverage/reporters/gruntfile/npm configuration.
You can quickly create mongodb tasks by cloning the scaffolding repo. You don't have to bother with coverage/reporters/gruntfile/yarn configuration.

## Setup

To install dependencies from package.json:

npm install
yarn install

To run tests in development mode:

mocha --watch

To run verify jshint and tests:

npm test
yarn test

To run verify jshint and tests with human readable output:

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"sinon": "1.17.2",
"sinon-chai": "2.8.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt verify --force"
}
Expand Down
Loading