-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|