SkillAgentSearch skills...

Polyrepo

Tools for distributed codebases

Install / Use

/learn @polyrepo/Polyrepo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

polyrepo

NPM version build status Test coverage Downloads js-standard-style

Tools for distributed codebases.

Installation

$ npm install polyrepo

Features

  • add users to project (npm, github)
  • pull organization / user codebase
  • run install on codebase
  • update dependencies of codebase
  • add Contributors to readme
  • add See Also to readme
  • update licenses
  • run all tests
  • filter on missing {tests,licenses,package.json fields,etc}
  • manage stability badges
  • deprecate package & suggest alternative
  • check for 404 links in readmes (eg with gh-md-urls)
  • view all open PRs; with filtering (eg ignore those created by you)
  • managing repos across not just a single user, but also multiple orgs (stackgl, jam3, etc)
  • renaming a module
  • transfer ownership of a module and change "repository" field in package.json
  • prune all node_modules in a folder (save a bit of disk space)
  • fixing a bug in a module deep in your dependency tree by forking a bunch of its dependents
  • easier diffs of node_module versions to find out why something works on machine A but not on machine B

Usage

const polyrepo = require('polyrepo')

polyrepo()

API

polyrepo

License

MIT

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks2

Languages

JavaScript

Security Score

75/100

Audited on Oct 21, 2024

No findings