/we-core

We.js 0.3.x + core

Primary LanguageJavaScriptMIT LicenseMIT

#We.js core module for v0.3.x+

Join the chat at https://gitter.im/wejs/we

Build Status Dependency Status

Site: http://wejs.org

In active developement

Install for develop we.js core:

after install npm and node.js

// clone this project
git clone https://github.com/wejs/we-core.git
// enter in cloned folder
cd we-core
// install all dependencies
npm install
// test
npm test

How to test

after clone and install npm packages:

npm test
For run only 'userFeature' test use:
NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b -g 'userFeature'
For run the code coverage
npm run coverage
For run the javascript linter
npm run lint

NPM Info:

NPM

License

the MIT license.