All Projects β†’ sindresorhus β†’ Conduct

sindresorhus / Conduct

Licence: mit
πŸ–– Generate a Code of Conduct for your project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Conduct

Speed Test
Test your internet connection speed and ping using speedtest.net from the CLI
Stars: ✭ 3,654 (+915%)
Mutual labels:  cli-app, npm-package
Replace In Files Cli
Replace matching strings and regexes in files
Stars: ✭ 129 (-64.17%)
Mutual labels:  cli-app, npm-package
Forge Node App
πŸ› πŸ“¦πŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-75%)
Mutual labels:  cli-app, npm-package
Slugify Cli
Slugify a string
Stars: ✭ 49 (-86.39%)
Mutual labels:  cli-app, npm-package
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (-43.06%)
Mutual labels:  cli-app, npm-package
Term Img Cli
Display images in iTerm
Stars: ✭ 70 (-80.56%)
Mutual labels:  cli-app, npm-package
Doge Seed Cli
Generate dank mnemonic seed phrases in the terminal
Stars: ✭ 118 (-67.22%)
Mutual labels:  cli-app, npm-package
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (+21.11%)
Mutual labels:  cli-app, npm-package
Run Electron
Run Electron without all the junk terminal output
Stars: ✭ 187 (-48.06%)
Mutual labels:  cli-app, npm-package
Fast Cli
Test your download and upload speed using fast.com
Stars: ✭ 2,178 (+505%)
Mutual labels:  cli-app, npm-package
Github Spray
Draw on your GitHub contribution graph β–‘β–’β–“β–ˆ
Stars: ✭ 908 (+152.22%)
Mutual labels:  cli-app, npm-package
Unsplash Wallpaper
Use an image from unsplash.com as your background image from a simple command.
Stars: ✭ 238 (-33.89%)
Mutual labels:  cli-app, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+1678.06%)
Mutual labels:  cli-app, npm-package
Delay Cli
Delay execution for a given amount of seconds
Stars: ✭ 74 (-79.44%)
Mutual labels:  cli-app, npm-package
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (+51.39%)
Mutual labels:  cli-app, npm-package
Wait For Localhost Cli
Wait for localhost to be ready from the command-line
Stars: ✭ 101 (-71.94%)
Mutual labels:  cli-app, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-62.5%)
Mutual labels:  cli-app, npm-package
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (-35%)
Mutual labels:  cli-app, npm-package
MinifyAllCli
πŸ“¦ A lightweight, simple and easy npm tool to π—Ίπ—Άπ—»π—Άπ—³π˜† JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as π‘ͺ𝑳𝑰 tool or π’Šπ’Žπ’‘π’π’“π’•π’‚π’ƒπ’π’† in TS/JS as a 𝑴𝑢𝑫𝑼𝑳𝑬 πŸ₯°
Stars: ✭ 21 (-94.17%)
Mutual labels:  npm-package, cli-app
Ngx Meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
Stars: ✭ 331 (-8.06%)
Mutual labels:  npm-package

conduct

Generate a Code of Conduct for your project - Provided by Contributor Covenant

Why have a Code of Conduct?

tl;dr Having a Code of Conduct is helpful in fostering and enforcing a friendly inclusive community.

Open source projects suffer from a startling lack of diversity, with dramatically low representation by women, people of color, and other marginalized populations. Part of this problem lies with the very structure of some projects: the use of insensitive language, thoughtless use of pronouns, assumptions of gender, and even sexualized or culturally insensitive names.

An easy way to begin addressing this problem is to be overt in our openness, welcoming all people to contribute, and pledging in return to value them as human beings and to foster an atmosphere of kindness, cooperation, and understanding.

A Code of Conduct can be one way to express these values.

Do not simply add the Contributor Covenant to your project and assume that any problems with civility, harassment, or discrimination will be solved.

β€” https://contributor-covenant.org

Install

$ npm install --global conduct

Usage

$ conduct --help

  Usage
    $ conduct

  Example
    $ conduct --language=de

  Options
    --uppercase, -c   Use uppercase characters (e.g. CODE-OF-CONDUCT.md)
    --underscore, -u  Use underscores instead of dashes (e.g. code_of_conduct.md)
    --language, -l    The language of the Code of Conduct [Default: en]
    --directory, -d   The output directory [Default: .]

You can also use this to update an existing Code of Conduct.

If a readme file exists in the directory, the case for the generated Code of Conduct file will match.
(e.g. readme.md produces code-of-conduct.md, README.md produces CODE-OF-CONDUCT.md).

Options

email

When generating a new Code of Conduct it will try to infer your email to use as contact email. If it can't, it will prompt for it. The email is persisted and only asked once. You can force update the email with conduct [email protected]. When updating an existing Code of Conduct, it will use the existing contact email unless you pass the --email flag.

language

The language of the Code of Conduct can be set with conduct --language=en. The language is persisted and can be updated by passing the --language flag at any time. See the vendor folder for all available languages. The default is 'en' for English.

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].