isv-cli
v0.0.3
Published
isv 开发者工具
Downloads
4
Readme
Aop Cli
Create ISV Plugin with no build configuration.
- Creating a Plugin – How to create a new plugin.
Install
npm i -g aop-cli
Quick Overview
mkdir myapp
cd my-app
aop init
aop dev
Creating a Plugin
You’ll need to have Node >= 7 on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
To create a new app, run a single command: