Browse Source

🚨 fix lint

pull/3/head
Nicolas Beaussart 6 years ago
parent
commit
97f39557e8
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 2
      .releaserc.js
  2. 19
      README.md

2
.releaserc.js

@ -44,7 +44,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: 'yarn update-readme',
prepareCmd: 'yarn update-readme && yarn prettier --write README.md',
},
],
'@semantic-release/github',

19
README.md

@ -10,14 +10,16 @@ My own personal cli
[![License](https://img.shields.io/npm/l/nbx.svg)](https://github.com/beaussan/nbx/blob/master/package.json)
<!-- toc -->
* [nbx](#nbx)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
- [nbx](#nbx)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @beaussan/nbx
$ nbx COMMAND
@ -29,14 +31,16 @@ USAGE
$ nbx COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`nbx add:prettier`](#nbx-addprettier)
* [`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`
@ -102,4 +106,5 @@ EXAMPLE
```
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v1.2.0/src/commands/wall/index.ts)_
<!-- commandsstop -->
Loading…
Cancel
Save