A Javascript library for creating interactive command line tutorials that run in your web browser.
$('#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'
});
-
Install node modules
$ npm install
-
For generate files
$ npm start
-
For development
$ npm run dev
- Willy Aguirre https://twitter.com/willrre
Copyright 2016 Twitter, Inc.
Licensed under the MIT License