Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YizYah committed Jan 17, 2021
1 parent 808a023 commit fbbb3a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ npm install -g geenee
$ geenee COMMAND
running command...
$ geenee (-v|--version|version)
geenee/0.1.1 linux-x64 node-v14.9.0
geenee/0.1.2 linux-x64 node-v14.9.0
$ geenee --help [COMMAND]
USAGE
$ geenee COMMAND
Expand Down Expand Up @@ -137,7 +137,7 @@ EXAMPLE
$ geenee check sampleCode
```

_See code: [src/commands/check.ts](https://github.com/YizYah/geenee/blob/v0.1.1/src/commands/check.ts)_
_See code: [src/commands/check.ts](https://github.com/YizYah/geenee/blob/v0.1.2/src/commands/check.ts)_

## `geenee generate CODE`

Expand All @@ -164,7 +164,7 @@ EXAMPLE
You have executed the generate command...
```

_See code: [src/commands/generate.ts](https://github.com/YizYah/geenee/blob/v0.1.1/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/YizYah/geenee/blob/v0.1.2/src/commands/generate.ts)_

## `geenee help [COMMAND]`

Expand Down Expand Up @@ -202,7 +202,7 @@ EXAMPLE
You have executed the settings command...
```

_See code: [src/commands/settings.ts](https://github.com/YizYah/geenee/blob/v0.1.1/src/commands/settings.ts)_
_See code: [src/commands/settings.ts](https://github.com/YizYah/geenee/blob/v0.1.2/src/commands/settings.ts)_
<!-- commandsstop -->


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geenee",
"version": "0.1.1",
"version": "0.1.2",
"description": "code regenerator. reapplies templates without losing custom changes",
"main": "lib/index.ts",
"scripts": {
Expand Down

0 comments on commit fbbb3a4

Please sign in to comment.