Plugin cli for the Metaverse Blockchain
npm install mvs-plugin-cli bash
sudo npm i -g mvs-plugin-cli
`Get started
To bootstrap a new project you can use the init command.
` bash
mvs-plugin-cli init your-project
`
It will ask you some questions and generate a minimal project setup.In the created folder you can see the generated files.
Run
Within a project folder you can use the CLI to host the plugin:
` bash
mvs-plugin-cli serve
`
By default the server will listen to port 8080 but you can also define a custom port:
` bash
mvs-plugin-cli serve --port 8000
``