From e0819558a7ae7d849fdb9f6ba9f51efcc68eb66b Mon Sep 17 00:00:00 2001 From: Abdul Ajetunmobi Date: Fri, 28 Jan 2022 14:23:24 +0000 Subject: [PATCH] readme --- README.md | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bc2d168..bbc1431 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index 1c1041d..87fa0aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/cli-plugin-scaffold", - "version": "0.0.1", + "version": "1.0.0", "author": "Vonage Dev Rel ", "homepage": "https://github.com/vonage/cli-plugin-scaffold", "license": "MIT",