Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Crewe committed Aug 8, 2019
1 parent 9eb65b5 commit 9cf5112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @venncreative/venndo
$ venndo COMMAND
running command...
$ venndo (-v|--version|version)
@venncreative/venndo/0.2.2 darwin-x64 node-v8.11.3
@venncreative/venndo/0.2.3 darwin-x64 node-v12.0.0
$ venndo --help [COMMAND]
USAGE
$ venndo COMMAND
Expand Down Expand Up @@ -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.2/src/commands/add-git-ftp.ts)_
_See code: [src/commands/add-git-ftp.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/add-git-ftp.ts)_

## `venndo create CLONE PROJECT`

Expand All @@ -82,7 +82,7 @@ EXAMPLE
$ venndo create baseProject projectName
```

_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/create/index.ts)_
_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/create/index.ts)_

## `venndo create:new CLONE REPO`

Expand All @@ -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.2/src/commands/create/new.ts)_
_See code: [src/commands/create/new.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/create/new.ts)_

## `venndo env`

Expand All @@ -124,7 +124,7 @@ EXAMPLE
$ venndo env
```

_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/env.ts)_
_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/env.ts)_

## `venndo help [COMMAND]`

Expand All @@ -141,5 +141,5 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venncreative/venndo",
"description": "A tool for doing mundane or repetitive tasks.",
"version": "0.2.2",
"version": "0.2.3",
"author": "Joshua Crewe",
"bin": {
"venndo": "./bin/run"
Expand Down

0 comments on commit 9cf5112

Please sign in to comment.