Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.08 KB

Git Catalogue

This is a generic project which allow to create a catalogue for your GitHub organization using the GitHub API.

Example:

Development

This project is written with the Angular framework, to run it locally you can run:

npm install
npm start

It should work smootly using:

node v14.15.1
npm 6.14.8

Feel free to use it and create your fork, don't forget to create a PR about it.

TODO

  • make it more customizable, let any developer to change some specific page content without creating any git conflict
  • add github action to verify the build
  • upgrade to last angular version and make this project compatible with node20

Credits