generator-adaptive
A generator for Yeoman that creates adaptive.js project
scaffolds.
Set Up
At the moment this package isn't published since adaptive.js isn't published as
a bower component yet. In order to get it working:
- clone the repo. NOTE: make sure you clone this into a directory named
generator-adaptivejs
- run
npm link
to add it to your local list of npm packages - Make sure you have Yeoman set up:
npm -g install yo
- Create a new directory where you want your project to live
- Inside that directory, run
yo adaptivejs
to generate your project. - Celebrate good times!
Documentation:
https://cloud.mobify.com/docs/adaptivejs/
Testing
To run all tests, you can use eith npm test
or mocha test/ --timeout 20000