Skip to content

Useful reusable components to use in the maji framework

License

Notifications You must be signed in to change notification settings

kabisa/maji-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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