1.1.0 • Published 6 years ago

maji-extras v1.1.0

Weekly downloads
168
License
MIT
Repository
github
Last release
6 years ago

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 install to install all dependencies.
  • Run npm run watch to start a Karma server with PhantomJS that will continuously watch your JavaScript files and run tests on changes.
  • Run npm test to run the JavaScript tests and the linter once.
  • Run npm run build to convert all CoffeeScript file to JavaScript.
  • Run npm run lint to 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
1.1.0

6 years ago

1.0.0

7 years ago

0.0.1

7 years ago