New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

generator-adaptivejs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-adaptivejs

A generator for Yeoman


Version published
Weekly downloads
9
decreased by-92.37%
Maintainers
6
Weekly downloads
 
Created

generator-adaptive

A generator for Yeoman that creates adaptive.js project scaffolds.

NPM version

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:

  1. clone the repo. NOTE: make sure you clone this into a directory named generator-adaptivejs
  2. run npm link to add it to your local list of npm packages
  3. Make sure you have Yeoman set up: npm -g install yo
  4. Create a new directory where you want your project to live
  5. Inside that directory, run yo adaptivejs to generate your project.
  6. 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

Releasing

When releasing a new version, follow these steps:

  1. Bump version in package.json
  2. Add to CHANGELOG
  3. Create a new git tag corresponding to that version and push to origin.
  4. npm publish

FAQs

Package last updated on 27 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts