@melko-x/app-cli
v0.1.3
Published
A command line interface for publishing Melko Apps
Downloads
9
Readme
@melko-x/publisher-cli
A command line interface for publishing Melko apps.
Getting started
Init
Initialise an empty app like so:
npx @melko-x/publisher-cli init "My App"An empty app.config.yml file will be created in your current directory.
Publish
Publish an app to the Melko ecosystem like so:
npx @melko-x/publisher-cli publish ./app.config.yml