https://github.com/smollweide/contribute-buddy
Interactive command line user interface for a guided tour through your project
https://github.com/smollweide/contribute-buddy
cli cli-ui cliui contribute guided-tour
Last synced: 4 months ago
JSON representation
Interactive command line user interface for a guided tour through your project
- Host: GitHub
- URL: https://github.com/smollweide/contribute-buddy
- Owner: smollweide
- License: mit
- Created: 2017-11-11T13:34:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:47:07.000Z (over 3 years ago)
- Last Synced: 2025-08-09T03:38:23.341Z (10 months ago)
- Topics: cli, cli-ui, cliui, contribute, guided-tour
- Language: JavaScript
- Homepage:
- Size: 2.53 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contribute buddy [](https://travis-ci.org/smollweide/contribute-buddy)
> In every project rules and best practices are written down **but** not everyone read them. Also something could change while developing and you need to make sure every contributor is informed about the change. Contribute buddy will solve this for you and makes sure everyone had read the documentation and everyone will be informed about updates in the documentation.

## Install
```
$ npm install contribute-buddy
```
## Usage
```
$ contribute-buddy init
```
Init will add `contribute-buddy run` to `prestart` and `postinstall` in your package.json.
Also the `.contributebuddy` directory will be added.
## How does it work
Contribute buddy collect all readme files in the project and split them into sections and topics by using the `h1` and `h2` headlines. These sections and topics will be displayed in the cli before start (and after install) if you didn't read them before and nothing had changed. The reading history will be stored in your filesystem (user directory).
## Shields
[](http://npm.im/contribute-buddy)
[](https://npm-stat.com/charts.html?package=contribute-buddy)
[](http://opensource.org/licenses/MIT)
[](https://github.com/namics/eslint-config-namics)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)
[](https://github.com/semantic-release/semantic-release)
## License
MIT © [Simon Mollweide](https://github.com/smollweide)