Skip to content

Instantly share code, notes, and snippets.

@triptych
Forked from isao/mostart.js
Created July 2, 2013 18:48
Show Gist options
  • Select an option

  • Save triptych/5911975 to your computer and use it in GitHub Desktop.

Select an option

Save triptych/5911975 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
var mcli = require('mojito-cli'),
args = ['start', '--context', 'environment:development'],
cwd = process.cwd();
mcli(args, cwd, function(err, msg) {
console.log(err || msg)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment