Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulajet committed Jan 28, 2022
1 parent 24324e8 commit e081955
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
cli-plugin-vapp
===============
# cli-plugin-scaffold

Bootstrap Vapp
This is a plugin for the [Vonage CLI](https://github.com/Vonage/vonage-cli). The plugin enables the `scaffold` command to bootstrap sample projects from Vonage.

+ Clone the project to your computer.
## Apps

+ run `npm install`
* Vapp - iOS, Android and Web projects demoing the Vonage Client SDK's calling and messaging features.

+ Add it as a plugin for the Vonage CLI, using the path for where you cloned this repo:
## Installation

To add the plugin to your CLI run:

```sh
vonage plugins:link PATH_TO_VAPP_PLUGIN
vonage plugins:install @vonage/cli-plugin-scaffold
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/cli-plugin-scaffold",
"version": "0.0.1",
"version": "1.0.0",
"author": "Vonage Dev Rel <[email protected]>",
"homepage": "https://github.com/vonage/cli-plugin-scaffold",
"license": "MIT",
Expand Down

0 comments on commit e081955

Please sign in to comment.