0.1.3 • Published 9 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-js
Make 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 abo
Experiment
Sets up a new abo experiment.
Example:
yo abo:expt
License
MIT