New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contributing-generator

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contributing-generator

A generator for the CONTRIBUTING.md files and cie

  • 1.9.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

contributing-generator

GitHub Actions Workflow Status NPM Version

A smart and interactive prompt to generate documentation in CONTRIBUTING.md, LICENSE, CODE_OF_CONDUCT.md, package.json and README.md files for your project.

contributing-generator gathers as maximum information as possible from your git configuration, package.json and github profile to generate the files.

Get Started

$ npx contributing-generator


? What do you want to generate? (Use arrow keys)
❯ license
  contributing
  readme
  code_of_conduct
  pull_request_template
  package

Check the templates of these files in the templates folder.

We suggest you to commit your changes before running the generator, as it will overwrite some files and you might want to revert some changes.

Why contributing-generator?

contributing-generator is a tool to help you generate a lot of useful markdown files for your project. And it is smart to avoid you to type the same information multiple times.

For example, it will detect the license if existing, the year, the organization name from your github:

? What do you want to generate? license
? Choose a license: MIT
? Year: 2024
? Organization: John Smith
? Path: (/Users/john/code/contributing-generator)

Contributing works perfectly for github but it still needs to be tested for other git providers.

Contributing

Please read CONTRIBUTING.md for details on our code practices and the process for submitting pull requests.

pnpm install # Install dependencies

pnpm dev # Start the project

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 15 Mar 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc