Skip to content

Instantly share code, notes, and snippets.

@Krasavchik
Last active November 18, 2015 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krasavchik/60b835cdae29fbbd3a5d to your computer and use it in GitHub Desktop.
Save Krasavchik/60b835cdae29fbbd3a5d to your computer and use it in GitHub Desktop.

Meteor Package management

$ meteor add <package name>
$ meteor remove <package name>
$ meteor list

Mongo db and Mongo console

$ show dbs
$ show collections

See: Mongo DB Field Update operators list

Meteor starter kit

$ meteor add twbs:bootstrap
//add twitter bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment