A4Zen / TiJO_10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure JavaScript scaffolding for RealSkill

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

Setup

To install dependencies

npm install

JShint

To run verify jshint:

grunt jshint:default

Run tests

To start developing unit tests

grunt test:dev

To run tests and static analysis

npm test

About


Languages

Language:JavaScript 100.0%