Hi!
Week of May 25th 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 <https://github.com/twitter/cli-guide.js/>, 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/ - Issue #12 <https://github.com/twitter/cli-guide.js/issues/12> - add list of unavailable CLI commands <https://github.com/twitter/cli-guide.js/blob/f99cf6e7e03b6e0d2734d690244d07427b23eb8a/src/cli-guide.js#L157> - remove the unavailable error message <https://github.com/twitter/cli-guide.js/commit/878aaf9b644d71808df130ac482943a53bf5d4b5> in index.html - Pull Request #16 <https://github.com/twitter/cli-guide.js/pull/16> - update index.html example - add id for response div <https://github.com/twitter/cli-guide.js/commit/155cacfac76e4b9a4160ff2fc6e69d518ab01f09#diff-4b4b32860847660f45eab4d1884504b2R170> - add a sample of listofcommandsteps.json - add a default value for $.fn.cli.defaults <https://github.com/twitter/cli-guide.js/commit/db4a09af1af3fa80b4b92da4d83ea3586a51345a> - Pull Request #18 <https://github.com/twitter/cli-guide.js/pull/18> - add method commands for get command from json and return the result <https://github.com/twitter/cli-guide.js/commit/b2c3fd68c058359d8c70ed55d75c04980fe561bf> - Pull Request #19 <https://github.com/twitter/cli-guide.js/pull/19> - add focus to nano editor - update default values of plugin - add vagrant <https://github.com/twitter/cli-guide.js/commit/baae57fabfe1d0e8b18714fa664f79cd0a2a0541> example to tutorial - add internal scroll <https://github.com/twitter/cli-guide.js/commit/7488fc6330194052f8bb720eda4a493e67c22181> to terminal window - add support for when more than one command have same result <https://github.com/twitter/cli-guide.js/commit/e95a6599fb93e643da8549703e7e5be81b6c3d4b> - Issue #17 <https://github.com/twitter/cli-guide.js/issues/17> - add table with description <https://github.com/twitter/cli-guide.js/commit/2ab06dfda2f3c3bdb506628bf06bb6569bc91692>of options, show the structure of json file are required and build <https://github.com/twitter/cli-guide.js/commit/2e98569e63606651ea37dd96df7fd8ab8fada7b2> instructions - Issue #21 <https://github.com/twitter/cli-guide.js/issues/21> - add gulpfile.js <https://github.com/twitter/cli-guide.js/commit/2d82326081fdedd577060bf498b92d2d1f05eb0c> for compress the js in min.js - I tried to run Apache Aurora on Google Cloud Platform - Tried to run jasmine with gulp <https://www.npmjs.com/package/gulp-jasmine/> 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 Thanks! Willy -- Willy Aguirre | @willrre Blog: http://osgux.tumblr.com/ Mozilla Rep: https://reps.mozilla.org/u/Willy/ Mozilla Hispano - Willyaguirre <https://www.mozilla-hispano.org/documentacion/Usuario:Willyaguirre>
