https://github.com/cl8n/osu-wiki-status
Status display for osu-wiki
https://github.com/cl8n/osu-wiki-status
osu osu-wiki
Last synced: 2 months ago
JSON representation
Status display for osu-wiki
- Host: GitHub
- URL: https://github.com/cl8n/osu-wiki-status
- Owner: cl8n
- Created: 2019-08-11T20:55:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T13:00:51.000Z (over 1 year ago)
- Last Synced: 2024-02-17T14:22:59.334Z (over 1 year ago)
- Topics: osu, osu-wiki
- Language: JavaScript
- Homepage: https://osu.wiki/status
- Size: 284 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osu-wiki status
Outputs web pages detailing articles in [osu-wiki](https://github.com/ppy/osu-wiki) that need improvement. This is most commonly consumed by translators to help coordinate their updating of the wiki.
## Usage
```
npm run build -- [--update-only]
```The `--update-only` option automatically merges changes from upstream osu-wiki prior to running, or skips building pages if there are no new changes. It should be run on a schedule.