https://github.com/azerothcore/git-catalogue
https://github.com/azerothcore/git-catalogue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/azerothcore/git-catalogue
- Owner: azerothcore
- License: agpl-3.0
- Created: 2020-02-07T22:30:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T21:10:25.000Z (about 1 year ago)
- Last Synced: 2025-04-21T21:22:30.107Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.azerothcore.org/catalogue.html#/home
- Size: 837 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Catalogue
This is a generic project which allow to create a catalogue for your GitHub organization using the GitHub API.
Example:
- https://www.azerothcore.org/catalogue.html (the default version of the catalogue)
- https://unict-dmi.github.io/git-catalogue/#/home (fork by another open-source community)
## Development
This project is written with the Angular framework, to run it locally you can run:
```bash
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
- [Deku](https://github.com/deku) (original author of the [previous implementation](https://github.com/azerothcore/catalogue))
- [Helias](https://github.com/Helias) (author and mantainer of the current catalogue version, contact me on Discord!)