0.1.3 • Published 10 years ago
generator-abo v0.1.3
generator-abo 
Yeoman generator for front-end A/B experiments.
Usage
For step-by-step instructions on using abo and this generator see this tutorial.
Install yo, ung, foso and fosify-js:
npm install -g yo ung foso fosify-jsMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo abo.
Run foso build for building and foso serve for preview.
Generators
Available generators:
App
Sets up a new abo app, generating all the boilerplate you need to get started. The app generator also installs abo and additional modules, such as abo-demo.
Example:
yo aboExperiment
Sets up a new abo experiment.
Example:
yo abo:exptLicense
MIT