Downloads and installs a plugin from a url. Normally this is run from the steal/getjs script.
The following copies the mustache-javascript repo to a local mustache folder.
js steal/getjs http://github.com/tdreyno/mustache-javascriptmvc mustache
Get will:
JavaScriptMVC maintains a list of offical plugins compatible with JavaScriptMVC 3.0. You can install these by simply typing there name. This is the current list of offical plugins:
mustache - mustache templates.steal - script loader, and more.jquery - jQuery 1.4.3 and the MVC components.funcunit - Functional testing platform.mxui - UI widgets.documentjs - documentation engine.You can install these just by writing
js steal/getjs funcunit
If you have something good, let us know on the forums and we can make your project official too!
This is easy to do and will be documented shortly.
new steal.get(url, options) -> boolean
{String}
the path to a svn or github repo or a name of a recognized plugin.
{Object}
configure the download.
{boolean}
if the installation was successful