Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit introduces a templated HTML file to insert your username,
and a set of files that, when combined with your exported VGStash in
JSON format, can be used to display (and browse) your game collection in
your Web browser!
|
|
Target Python version is now 3.13, and built with `python -m build`.
|
|
Also tweaked the export command to report correctly.
|
|
This commit is huge, but contains everything needed for a "proper" build
system built on pytest + tox and a CLI built with click.
For now, this branch will contain all new vgstash development activity
until it reaches feature parity with master.
The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list'
commands work, with only two filters. This is pre-alpha software, and is
therefore not stable yet.
|
|
I was dumb and didn't start committing as soon as I started. vgstash is
considered ready for 0.1 and beta usage. There's a somewhat long road
ahead, but I look forward to making this tool finally come to fruition.
|