Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Crewe committed Feb 5, 2019
1 parent 6045b63 commit e33a7c4
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 @@ -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
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.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`

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.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`

Expand All @@ -103,7 +103,7 @@ EXAMPLE
$ venndo create:new new-project git@bitbucket.org: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`

Expand All @@ -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]`

Expand Down
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.0",
"version": "0.2.1",
"author": "Joshua Crewe",
"bin": {
"venndo": "./bin/run"
Expand Down

0 comments on commit e33a7c4

Please sign in to comment.