JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q36455F
  • License SEE LICENSE IN LICENSE

🔧 Maintain —

Package Exports

  • @playform/maintain
  • @playform/maintain/Target/Class/Maintain.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@playform/maintain) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🔧 Maintain —

Maintain GitHub.

Installation

Using NPM

npm install -g @playform/maintain

Using Yarn

yarn global add @playform/maintain

Using PNPM

pnpm install -g @playform/maintain

or direct usage:

Using NPM

npx @playform/maintain

Using Yarn

yarn @playform/maintain

Using PNPM

pnpx @playform/maintain

CLI Usage:

Delete all GitHub Actions runs and their logs for all of your repositories:

Maintain Clean

Create a dependabot.yml file for each of the .github directories in each of the packages for the monorepo:

Maintain Dependabot

Dispatch all workflows for all repositories for a given user:

Maintain Dispatch

or specific repositories by name:

Maintain Dispatch Repository1 Repository2

Enable / Disable all the features that GitHub offers for all the repositories that you have access to:

Maintain Edit

Create a Node.yml file in the .github/workflows directory for each repository that has a package.json file.

Maintain Node

Create a NPM.yml file in the .github/workflows directory for each repository that has a package.json file.

Maintain NPM

Create a Rust.yml file in the .github/workflows directory for each repository that has a Cargo.toml file.

Maintain Rust

Run all workflow tasks.

Maintain Workflow

Finds all the package.json files in the project, and then star all the dependencies in that package.json.

Maintain Star

.env

User="User"
Base="Base"
Token="Token"