💾 Archived View for mfgames.com › blog › 2024 › 05 › 09 › refactoring-again captured on 2024-08-31 at 11:47:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
Originally, when this theme was created, it made sense to create two separate packages to provide the theme, one for the CSS files themselves and the other for a CLI to generate the source files.
These we needed to generate GPL palettes for Inkscape[1] and that specific abstraction started to crumble. The result is that we merged the two Priduck repositories together and made it a single theme, with the intent that one would generate the files they want instead of a tiny package that just provided a single CSS variables version.
This will also allow for the generation of character-specific stylesheets over at Fedran[2] not to mention the book covers over there.
The CLI is pretty simple, a verb-based Node script that installs into the `node_modules/.bin` folder as usual:
$ priduck priduck <cmd> [args] Commands: priduck css Generate CSS files priduck palette Generate palette files Options: --version Show version number [boolean] --help Show help [boolean] Not enough non-option arguments: got 0, need at least 2
The three basic commands are:
Along the process, a project can never be done if it isn't documented, so we wrote some documentation[3]. It gives the general gist of the tool. We'll expand on it some more “someday.”
3: /priduck-color-theme-cli-js/
Categories:
Below are various useful links within this site and to related sites (not all have been converted over to Gemini).