Examples (6)
Run a meteor project from its root directory in development mode
Create a project under the given directory
meteor create path/to/directoryDisplay the list of packages the project is currently using
meteor listAdd a package to the project
meteor add packageRemove a package from the project
meteor remove packageCreate a production build of the project as a tarball under the given directory
meteor build path/to/directorymade by @shridhargupta | data from tldr-pages