https://github.com/simonv3/covenant-generator
`covgen` generates a code of conduct.
https://github.com/simonv3/covenant-generator
code-of-conduct contributors-covenant covenant covenant-generator documentation markdown
Last synced: 3 months ago
JSON representation
`covgen` generates a code of conduct.
- Host: GitHub
- URL: https://github.com/simonv3/covenant-generator
- Owner: simonv3
- License: mit
- Created: 2015-11-03T21:47:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T18:08:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T15:45:37.339Z (about 1 year ago)
- Topics: code-of-conduct, contributors-covenant, covenant, covenant-generator, documentation, markdown
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 48
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Covenant Generator
[](https://greenkeeper.io/)
[](https://travis-ci.org/simonv3/covenant-generator)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fsimonv3%2Fcovenant-generator?ref=badge_shield)
## Install
```
npm install -g covgen
```
## Usage
And then in your new projects:
```
covgen
```
Generates the [Contributor Covenant](http://contributor-covenant.org/) inside the current directory.
You can also specify where the file goes:
```
covgen destination.md
```
Or, for multiple locations, use commas to delimit locations
```
covgen destination.md,newDirectory/second_destination.md
```
If you don't specify an email address, it will use the email found in `~/.gitconfig`.
Warning! Just copy and pasting a code of conduct isn't a fix. You have to live by it.
I've made this project because the Contributor Covenant is a really good Code of Conduct to use as a standard and if you've read and will abide by it, it's a good default to include in your project.
The code of conduct in this repository was generated with covenant generator.
## Contribute
Sure! Take a look at the [Contributing file](CONTRIBUTING.md).
## License
[MIT](LICENSE)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fsimonv3%2Fcovenant-generator?ref=badge_large)