0.0.3 • Published 6 years ago

isv-cli v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Aop Cli

Create ISV Plugin with no build configuration.

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: