This document contains the help content for the oseda command-line program.
Command Overview:
oseda↴oseda init↴oseda run↴oseda check↴oseda deploy↴oseda fork↴oseda export↴oseda update↴oseda dev↴
oseda project scafolding CLI
Usage: oseda <COMMAND>
init— Initialize a new Oseda project in the working directoryrun— Run the Oseda project in the working directorycheck— Check the Oseda project in the working directory for common errorsdeploy— Deploy your Oseda project to github to add to oseda.netfork— Fork the library repository to submit your courseexport— Export the Oseda project to a PDF file This will install the npm packagedecktapeThis relies on a chromium backend, as a result, it may take a while to runupdate— Update the oseda binary from crates.iodev— Run an Oseda project in dev mode, with hot-reloading
Initialize a new Oseda project in the working directory
Usage: oseda init [OPTIONS]
--title <TITLE>— Project Title--tags <TAG1,TAG2,...>— Project Tags [e.g: ComputerScience,Engineering,...]--color <COLOR>— Project Color [e.g: Red]--template <FORMAT>— Project Template Format [HTML | Markdown]--license <SPDX_ID>— OSI License SPDX identifier [e.g: MIT]--description <TEXT>— Project Description
Run the Oseda project in the working directory
Usage: oseda run
Check the Oseda project in the working directory for common errors
Usage: oseda check [OPTIONS]
-
--port <PORT>— Port to check for the Oseda project on This is only useful if you have changed the default port that Oseda projects run on my default (3000)Default value:
3000
Deploy your Oseda project to github to add to oseda.net
Usage: oseda deploy [OPTIONS] <FORK_URL>
<FORK_URL>— URL to fork of oseda-lib GitHub repository
--quiet— Run in quiet mode (e.g. do not open PR in browser)
Fork the library repository to submit your course
Usage: oseda fork
Export the Oseda project to a PDF file This will install the npm package decktape This relies on a chromium backend, as a result, it may take a while to run
Usage: oseda export [OPTIONS] [OUTPUT]
<OUTPUT>— String name of the output PDF file
-
--port <PORT>— Port the project runs onDefault value:
3000
Update the oseda binary from crates.io
Usage: oseda update
Run an Oseda project in dev mode, with hot-reloading
Usage: oseda dev [OPTIONS]
-
--port <PORT>— Port to run the vite dev server onDefault value:
3000
This document was generated automatically by
clap-markdown.