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 myappcd my-appaop initaop 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: