twitter-archive / cli-guide.js

CLI Guide JQuery Plugin

Home Page:https://twitter.github.io/cli-guide.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Guide jQuery Plugin v0.1.4

License

A Javascript library for creating interactive command line tutorials that run in your web browser.

Dependencies

Demos

Documentation

Example

  $('#stepsdiv').cli_guide({
    nameOfTheProject: 'Apache Aurora',
    stepsFile: 'templates/apache_aurora.json',
    skipsteps: '1,2',
    commandStepsFile: 'templates/apache_aurora_commands.json',
    commandValidation: 'templates/apache_aurora_commands_validations.json',
    preloadfile: 'templates/apache_aurora_files.json'
  });

Build

  • Install node modules

    $ npm install
    
  • For generate files

    $ npm start
    
  • For development

    $ npm run dev
    

Author

License

Copyright 2016 Twitter, Inc.

Licensed under the MIT License

About

CLI Guide JQuery Plugin

https://twitter.github.io/cli-guide.js/

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 13.7%Language:HTML 1.3%