Skip to content

cutenode/retrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retrogen

A tool for generating retrospectives for GitHub activity.

Pacakges

Contributing and Development.

To contribute, you'll need to get a GitHub Personal Access Token and add it to a .env file in eacch workspace that you're going to work in. We're using Node.js's localEnvFile feature.

Scripts

As a monorepo, every package has the same set of sub-scripts. This enables us to alias those to monorepo-level scripts. The following aliases are provided:

  • lint: runs each package's linter.
  • lint:fix: runs each package's linter and fix any issues that can be automatically fixed.
  • test: runs each package's tests. Currently there are no tests, but the commands and devDeps are set up.
  • coverage: runs each package's test coverage. Since there are currently no tests, again this will do nothing despite being properly configured.
  • examples: runs each package's examples and logs the raw output.
  • examples:output: runs each package's examples and writes the output to a file.

About

A tool for generating retrospectives for GitHub activity.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors