Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardguerre committed Aug 15, 2021
1 parent d1ee75a commit 12a907c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ npm install -g module-butler
$ module-butler COMMAND
running command...
$ module-butler (-v|--version|version)
module-butler/0.3.0 darwin-x64 node-v14.17.1
module-butler/1.0.0 darwin-x64 node-v14.17.1
$ module-butler --help [COMMAND]
USAGE
$ module-butler COMMAND
Expand Down Expand Up @@ -172,7 +172,7 @@ OPTIONS
-h, --help show help for generate command
```

_See code: [src/commands/generate.ts](https://github.com/richardguerre/module-butler/blob/v0.3.0/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/richardguerre/module-butler/blob/v1.0.0/src/commands/generate.ts)_

## `module-butler help [COMMAND]`

Expand Down Expand Up @@ -203,5 +203,5 @@ OPTIONS
-h, --help show help for init command
```

_See code: [src/commands/init.ts](https://github.com/richardguerre/module-butler/blob/v0.3.0/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/richardguerre/module-butler/blob/v1.0.0/src/commands/init.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": "module-butler",
"description": "A CLI that takes in module names and outputs a folder for each module name.",
"version": "0.3.0",
"version": "1.0.0",
"author": "Richard Guerre @richardguerre",
"bin": {
"module-butler": "./bin/run"
Expand Down

0 comments on commit 12a907c

Please sign in to comment.