Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Updater Documentation

The contrib-updater tool is a Swiss Army knife for maintaining PureScript Contributor libraries. It supports the following commands (click to read the relevant documentation):

  • Generate - Generate a standard set of template files for the current repository.
  • Sync Labels - Update issue labels and sync their colors and descriptions

Usage

Once installed, see all commands via:

contrib-updater --help

and see documentation for a particular command via:

# contrib-updater COMMAND --help
contrib-updater generate --help
contrib-updater sync-labels --help