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
Version published
Weekly downloads
0
-100%
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

contribute guide

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