As a Google Summer of Code student I’m working on a javascript library to power an interactive web guide to teach how the Aurora CLI works. You can follow the project on GitHub, and I’ll share my weekly progress with the community. Here’s an update from last week’s progress:
Updated demo of web CLI guide marti1125.webfactional.com/cli-guide/
add list of unavailable CLI commandsremove the unavailable error message in index.html
update index.html example
add a sample of listofcommandsteps.json
add a default value for $.fn.cli.defaults
add method commands for get command from json and return the result
update default values of plugin
add vagrant example to tutorial
add internal scroll to terminal window
add support for when more than one command have same result
add table with description of options, show the structure of json file are required and build instructions
add gulpfile.js for compress the js in min.js
I tried to run Apache Aurora on Google Cloud Platform
Tried to run jasmine with gulp for make a unique workflow but I had problem when jasmine run test of jquery plugin because jquery doesn’t work in server side.
My blog: http://osgux.tumblr.com/tagged/gsoc2015