Browse Source

Merge pull request #23 from beaussan/all-contributors/add-beaussan

docs: add beaussan as a contributor
pull/25/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
bcdac58300
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      .all-contributorsrc
  2. 22
      README.md

26
.all-contributorsrc

@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "beaussan",
"name": "Nicolas Beaussart",
"avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4",
"profile": "https://github.com/beaussan",
"contributions": [
"code",
"ideas",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "nbx",
"projectOwner": "beaussan",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}

22
README.md

@ -1,4 +1,7 @@
# nbx # nbx
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
My own personal cli My own personal cli
@ -108,3 +111,22 @@ EXAMPLE
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.4/src/commands/wall/index.ts)_ _See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.4/src/commands/wall/index.ts)_
<!-- commandsstop --> <!-- commandsstop -->
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/beaussan"><img src="https://avatars0.githubusercontent.com/u/7281023?v=4" width="100px;" alt=""/><br /><sub><b>Nicolas Beaussart</b></sub></a><br /><a href="https://github.com/beaussan/nbx/commits?author=beaussan" title="Code">💻</a> <a href="#ideas-beaussan" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/beaussan/nbx/commits?author=beaussan" title="Tests">⚠️</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Loading…
Cancel
Save