own-repos-curator-to-hatena
What is this?
- This application is called from
own-repos-curator. - It generates Markdown files for posting to Hatena Blog, based on
repos.json. - The generated Markdown files are committed and pushed in a predetermined manner.
- It is for personal use and not designed for others.
- Frequent breaking changes will occur.
Purpose
- For posting descriptions of my repositories to Hatena Blog.
Notes
- I believe URLs were entered into
repos.json. - For URL derivation, it prioritizes
README.ja.htmlif generated by Jekyll, and live demos on GitHub Pages if available, among other considerations. - The aim is to quickly present live demos or Japanese documentation to visitors (Japanese speakers) to make the repository’s intent clear.
Installation
Rust is required.
cargo install --force --git https://github.com/cat2151/own-repos-curator-to-hatena
Execution
Standard run:
own-repos-curator-to-hatena
Local output only:
own-repos-curator-to-hatena --dry-run
Self-update:
own-repos-curator-to-hatena update
Check for updates:
own-repos-curator-to-hatena check
Note
Python is required for update.