List of Meteor's command-line tool commands
Option |
Description |
---|---|
|
Using
|
|
This will initialize a Meteor project by creating a folder with the same name with some initial files. |
|
This will update our current Meteor app to the latest release. We can also use |
|
This will deploy our Meteor app to We can pass the |
|
This will create a folder with our bundled app(s) code ready to be deployed on our own server. |
|
This will add or remove a Meteor core package to/from our project. |
|
This will list all Meteor packages our app is using. |
|
This will give us access to our local MongoDB shell. We need to also have our application... |