Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

twitter-archive/cli-guide.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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