1.0.3 • Published 1 year ago

create-meteor-app v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

meteor-cmd

npm version npm License

Install

pnpm install -g create-meteor-app

Then check version:

meteor --version

Command

init

meteor init my-app

Note: Please ensure that you have the latest version, otherwise the "init" operation will be terminated.

deploy

cd my-app
meteor deploy

You need to input private key in this step. Please rest assured that your private key is only used for signing, and Meteor will never save or disclose it.

keypair

If you want to use a new generated private key, you could run:

meteor keypair

In the terminal, Address, Private Key and Public Key will be displayed, and you can copy the Private Key for future use.

update

meteor update

When you modify the meteor.config.ts, you can update the information of the dapp. A new generated app.json would store in output directory.