0.0.8 • Published 10 years ago

generator-optimizely v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Optimizely Generator (generator-optimizely)

Yeoman generator

Generator for local Optimizely Projects, Experiments, and Variations for use with optcli

What is optcli?

Optcli (https://www.github.com/funnelenvy/optcli) is a command line tool that's used for creating optimizely experiments locallly.

Installation

If you don't already have you, a scaffolding too installed, install it with:

npm install -g yo

Install the optimizely generator with:

npm install -g generator-optimizely

Usage

yo optimizely:<name of sub generator>

This generator does not a have a default action, so you'll have to use it with one of the below sub generators

###Sub-Generator

Project

Create an Optimizely Project

yo optimizely:project

Experiment

Create an Optimizely Experiment

yo optimizely:experiment

Variation

Create an Optimizely Variation

yo optimizely:vatiation

###Advanced Sub-Generator

Advanced sub-generators will create a gulpfile that will enabled advanced features including:

  • Templating
  • Style Pre-Processing (less,scss)
  • And more...

Experiment (Advanced)

Create an Optimizely Experiment

yo optimizely:experiment-advanced

Variation (Advanced)

Create an Optimizely Variation

yo optimizely:vatiation-advanced

License

MIT

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago