From c09593b2817a93d49fef7037dd2b5dfd5fe038be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Feb 2020 20:35:09 +0000 Subject: [PATCH] :bookmark: 2.0.0 # [v2.0.0](https://github.com/beaussan/nbx/compare/v1.2.0...v2.0.0) (2020-02-05) --- CHANGELOG.md | 1 + README.md | 48 +++++++++++------------------------------------- package.json | 2 +- 3 files changed, 13 insertions(+), 38 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8028a77 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +# [v2.0.0](https://github.com/beaussan/nbx/compare/v1.2.0...v2.0.0) (2020-02-05) diff --git a/README.md b/README.md index 3337b55..291076b 100644 --- a/README.md +++ b/README.md @@ -10,37 +10,33 @@ My own personal cli [![License](https://img.shields.io/npm/l/nbx.svg)](https://github.com/beaussan/nbx/blob/master/package.json) - -- [Usage](#usage) -- [Commands](#commands) - +* [nbx](#nbx) +* [Usage](#usage) +* [Commands](#commands) + # Usage - ```sh-session -$ npm install -g nbx +$ npm install -g @beaussan/nbx $ nbx COMMAND running command... $ nbx (-v|--version|version) -nbx/0.0.0 linux-x64 node-v10.16.0 +@beaussan/nbx/1.2.0 linux-x64 node-v13.7.0 $ nbx --help [COMMAND] USAGE $ nbx COMMAND ... ``` - # Commands - -- [`nbx add:prettier`](#nbx-addprettier) -- [`nbx hello [FILE]`](#nbx-hello-file) -- [`nbx help [COMMAND]`](#nbx-help-command) -- [`nbx wall TERMS`](#nbx-wall-terms) +* [`nbx add:prettier`](#nbx-addprettier) +* [`nbx help [COMMAND]`](#nbx-help-command) +* [`nbx wall TERMS`](#nbx-wall-terms) ## `nbx add:prettier` @@ -52,7 +48,6 @@ USAGE OPTIONS -h, --help show CLI help - -r, --random Pick one randomly -v, --verbose Verbose output EXAMPLE @@ -60,27 +55,7 @@ EXAMPLE hello world from ./src/hello.ts! ``` -_See code: [src/commands/add/prettier.ts](https://github.com/beaussart/nbx/blob/v0.0.0/src/commands/add/prettier.ts)_ - -## `nbx hello [FILE]` - -describe the command here - -``` -USAGE - $ nbx hello [FILE] - -OPTIONS - -f, --force - -h, --help show CLI help - -n, --name=name name to print - -EXAMPLE - $ nbx hello - hello world from ./src/hello.ts! -``` - -_See code: [src/commands/hello/index.ts](https://github.com/beaussart/nbx/blob/v0.0.0/src/commands/hello/index.ts)_ +_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v1.2.0/src/commands/add/prettier.ts)_ ## `nbx help [COMMAND]` @@ -126,6 +101,5 @@ EXAMPLE hello world from ./src/hello.ts! ``` -_See code: [src/commands/wall/index.ts](https://github.com/beaussart/nbx/blob/v0.0.0/src/commands/wall/index.ts)_ - +_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v1.2.0/src/commands/wall/index.ts)_ diff --git a/package.json b/package.json index fcc86b1..be4f823 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "1.2.0", + "version": "2.0.0", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"