pretext-cli
pretext-cli copied to clipboard
Command line interface for quickly creating, authoring, and building PreTeXt documents.
Currently this is done using a "custom" format, but we should be able to handle it directly.
As we move to supporting small documents, not all folders that we run pretext in will be tracked by git, so all the .devcontainer and workflow files are not needed.
There are various lints that would be helpful if the CLI reported. It is reasonable that these are implemented in the CLI so that someone who has a github action...
Would have prevented https://groups.google.com/g/pretext-support/c/5EhXaz_MHwA/m/iRtDPVbRCAAJ - I don't think the extra minute saved is worth the headache of explaining to users how to get Sage installed in their codespace.
> I'm also interested in adding support for Cloudflare Pages, where every push to a repository could be built and deployed to a preview URL, with merges to main going...
Waiting on versioning to test this, but I think this is correct. Will close #843
An additional asset generation routine is now available through `pretext/pretext`. Just need to get the requirements to mesh.
After our discussion on dev I dug into the pretext-cli code. Looking for deploy related code, thinking I could do a PR to make it possible to do a deployment...