Skip to content

addaleax/node-core-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Core Utilities

Usage

First, follow these instructions to create a personal access token.

Then create a file named .ncurc under your $HOME directory (~/.ncurc);

{
  "username": "joyeecheung",
  "token": "token_that_you_created"
}

Install and link ():

git clone [email protected]:joyeecheung/node-core-utils.git
cd node-core-utils
npm install
npm link

get-metadata

This one is inspired by Evan Lucas's node-review , although it is a CLI implemented with the Github GraphQL API.

TODO

  • Generate PR-URL
  • Generate Reviewed-By
  • Generate Fixes
  • Generate Refs
  • Check for CI runs
  • Check if commiters match authors
  • Check 48-hour wait
  • Check two TSC approval for semver-major
  • Check number of files changed (request pre-backport)

About

CLI tools for Node.js Core collaborators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%