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

@variant/contribute

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@variant/contribute

Tool for seeing/syncing CONTRIBUTING.md guide for Variant repos

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
4
Weekly downloads
 
Created
Source

Variant Contribute

Verktøy for å synkronisere og se contribution guide for Variant sine repoer på Github.

Bruk som CLI i et prosjekt

For å lese contribute guide

npx @variant/contribute

For å opprette eller overskrive CONTRIBUTING.md i ditt prosjekt:

npx @variant/contribute --save
# Eller kortvariant
npx @variant/contribute -s

For å unngå spørsmål om overskriving:

npx @variant/contribute --save --override
# Eller kortvariant
npx @variant/contribute -so

API

Installer:

npm install @variant/contribute
const contribute = require("@variant/contribute");

// () => Promise<string>
contribute.read();

// (override = false : Boolean) => Promise<Boolean>
contribute.save(override);

Keywords

FAQs

Package last updated on 20 Dec 2022

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