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

zmp-cli

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmp-cli

ZMP command line utility (CLI)

  • 1.0.0-3
  • npm
  • Socket score

Version published
Weekly downloads
130
decreased by-16.13%
Maintainers
1
Weekly downloads
 
Created
Source

ZMP CLI

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

Install

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

$ npm install -g zmp-cli

Create ZMP

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

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

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

Create ZMP with user interface

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

$ zmp 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:

$ zmp create --ui --port 8080

Start ZMP

$ zmp start

Deploy ZMP

$ zmp deploy

Keywords

FAQs

Package last updated on 24 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