Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zma-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zma-cli

ZMA command line utility (CLI)

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ZMA CLI

ZMA command line utility makes easier to create Zalo Mini App (ZMA). CLI the most recommended way to start ZMA app development.

Install

Then install zma-cli (may require "sudo"):

$ npm install -g zma-cli

Create ZMA

To create ZMA app, run the following command in the directory where you want to create app:

$ mkdir mini-app && cd mini-app
$ zma create

Program will prompt for few questions about framework and template you want to start with.

Create ZMA with user interface

Run the following command in the directory where you want to create app:

$ zma create --ui

It will launch UI where you will be able to configure the project. By default it launches server on localhost:3001 address. If you want to change the port then use --port <n> argument:

$ zma create --ui --port 8080

Start ZMA

$ zma start

Deploy ZMA

$ zma deploy

Keywords

FAQs

Package last updated on 19 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc