Socket
Socket
Sign inDemoInstall

contribs

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    contribs

Generate contributing guidelines for a new project.


Version published
Maintainers
1
Install size
10.3 kB
Created

Readme

Source

contribs

Generate contributing guidelines for a new project.

npm downloads

About

This is a tiny terminal program for creating contributing guidelines for a new open source project.

Usage

The contribs command pipes the contents of the CONTRIBUTING.md file in this repository to stdout.

npx contribs > filename.md

-h,--help      print usage info
-v,--version   print version info

Example

npx contribs > CONTRIBUTING.md

You can achieve the same effect as above by copying a random CONTRIBUTING.md file from the internet into your project manually (except you can fork and improve this one).

On OS X you can also run npx contribs | pbcopy and you'll get a copy of the contributing guidelines ready to paste anywhere.

Contributing

Contributions welcome! Please read the contributing guidelines before getting started.

License

CC-1.0

Keywords

FAQs

Last updated on 21 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc