meteor remove
  • References/JavaScript/Meteor/Command line

meteor remove package Removes a package previously added to your Meteor project. For a list of the packages that your application is

2025-01-10 15:47:30
meteor add
  • References/JavaScript/Meteor/Command line

meteor add package Add packages to your Meteor project. By convention, names of community packages include the name of the maintainer

2025-01-10 15:47:30
meteor run
  • References/JavaScript/Meteor/Command line

meteor run Run a meteor development server in the current project. Searches upward from the current directory for the root directory of a Meteor

2025-01-10 15:47:30
meteor show
  • References/JavaScript/Meteor/Command line

meteor show Shows more information about a specific package or release: name, summary, the usernames of its maintainers, and, if specified,

2025-01-10 15:47:30
meteor update
  • References/JavaScript/Meteor/Command line

meteor update Attempts to bring you to the latest version of Meteor, and then to upgrade your packages to their latest versions. By default

2025-01-10 15:47:30
meteor publish
  • References/JavaScript/Meteor/Command line

meteor publish Publishes your package. To publish, you must cd into the package directory, log in with your Meteor Developer Account

2025-01-10 15:47:30
meteor build
  • References/JavaScript/Meteor/Command line

meteor build Package this project up for deployment. The output is a directory with several build artifacts: a

2025-01-10 15:47:30
meteor help
  • References/JavaScript/Meteor/Command line

meteor help Get help on meteor command line usage. Running meteor help by itself will list the common meteor commands. Running

2025-01-10 15:47:30
meteor list
  • References/JavaScript/Meteor/Command line

meteor list Lists all the packages that you have added to your project. For each package, lists the version that you are using. Lets you know

2025-01-10 15:47:30
meteor reset
  • References/JavaScript/Meteor/Command line

meteor reset Reset the current project to a fresh state. Removes the local mongo database.

2025-01-10 15:47:30