1.1.0 • Published 8 years ago
maji-extras v1.1.0
Maji-extras
Useful reusable components to use in the Maji framework.
Installation
npm i maji-extras --save
Usage
You'll never use all of maji-extras, but you pick exactly the parts that you need for your project.
Development
- Run
npm installto install all dependencies. - Run
npm run watchto start a Karma server with PhantomJS that will continuously watch your JavaScript files and run tests on changes. - Run
npm testto run the JavaScript tests and the linter once. - Run
npm run buildto convert all CoffeeScript file to JavaScript. - Run
npm run lintto run the linter.
Contents
- helpers -- Strong single purpose helpers to perform common tasks
- components -- Stand alone components for additional features
- factories -- Common data preparation for usage in tests