Skip to content

Instantly share code, notes, and snippets.

@evenchange4
Created September 26, 2012 18:07
Show Gist options
  • Save evenchange4/3789586 to your computer and use it in GitHub Desktop.
Save evenchange4/3789586 to your computer and use it in GitHub Desktop.
Mojito

Install

$ sudo npm install -g mojito

Getting Start

Create project

$ mojito create app hellomojito && cd hellomojito
$ sudo npm install -l

Create a mojit

$ mojito create mojit HelloMojit
$ mojito start

Reference

  1. Mojito GitHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment