Skip to content

shimkiv/github-triager

Repository files navigation

GitHub Triager

System prerequisites

  • Node.js - v.16 is currently in use (check .nvmrc for the current version)
    • (optional) nvm - you can use nvm to automatically pick-up the Node version you need
    • (optional) to setup nvm to automatically use the version specified in .nvmrc, follow this guide
  • yarn - tested with 1.22.19

Setup

yarn

  • Simply run yarn to install/update dependencies defined in package.json.

Code health related scripts

yarn lint

  • Rewrites all processed files in place accordingly to Prettier formatting settings, checks if all files are formatted, automatically fixes eslint problems, and finally invokes TypeScript compiler.

Run

Please provide the environment variables required for application to operate by using the .env file or passing them via CLI.
See example in .env-example.

yarn triage

  • Executes the index.ts script.

About

GitHub Triager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published