Socket
Book a DemoInstallSign in
Socket

generator-optimizely

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-optimizely

Yeoman generator

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

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

Keywords

yeoman-generator

FAQs

Package last updated on 24 Mar 2015

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