UNPKG

345 BMarkdownView Raw
1#API Connect Toolkit plugin for loopback generators
2
3##Installation
4
5```
6npm i -g apiconnect
7apic plugins:install git+ssh://git@github.ibm.com/apimesh/apiconnect-cli-create
8```
9
10##Module information
11
12This is a node module and a apic plugin that exposes product and api creation.
13
14##Tests
15```
16 gulp tests
17```
18
19##Coverage
20```
21 gulp coverage
22```