-
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
Joshua Crewe
committed
Feb 5, 2019
1 parent
6045b63
commit e33a7c4
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -15,11 +15,11 @@ A tool for doing mundane or repetitive tasks. | |
# Usage | ||
<!-- usage --> | ||
```sh-session | ||
$ npm install -g venndo | ||
$ npm install -g @venncreative/venndo | ||
$ venndo COMMAND | ||
running command... | ||
$ venndo (-v|--version|version) | ||
venndo/0.2.0 darwin-x64 node-v8.11.3 | ||
@venncreative/venndo/0.2.1 darwin-x64 node-v8.11.3 | ||
$ venndo --help [COMMAND] | ||
USAGE | ||
$ venndo COMMAND | ||
|
@@ -61,7 +61,7 @@ EXAMPLE | |
$ venndo add-git-ftp | ||
``` | ||
|
||
_See code: [src/commands/add-git-ftp.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.0/src/commands/add-git-ftp.ts)_ | ||
_See code: [src/commands/add-git-ftp.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.1/src/commands/add-git-ftp.ts)_ | ||
|
||
## `venndo create CLONE PROJECT` | ||
|
||
|
@@ -82,7 +82,7 @@ EXAMPLE | |
$ venndo create baseProject projectName | ||
``` | ||
|
||
_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.0/src/commands/create/index.ts)_ | ||
_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.1/src/commands/create/index.ts)_ | ||
|
||
## `venndo create:new CLONE REPO` | ||
|
||
|
@@ -103,7 +103,7 @@ EXAMPLE | |
$ venndo create:new new-project [email protected]:organisation/project.git | ||
``` | ||
|
||
_See code: [src/commands/create/new.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.0/src/commands/create/new.ts)_ | ||
_See code: [src/commands/create/new.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.1/src/commands/create/new.ts)_ | ||
|
||
## `venndo env` | ||
|
||
|
@@ -124,7 +124,7 @@ EXAMPLE | |
$ venndo env | ||
``` | ||
|
||
_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.0/src/commands/env.ts)_ | ||
_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.1/src/commands/env.ts)_ | ||
|
||
## `venndo help [COMMAND]` | ||
|
||
|
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