This document contains the help content for the oseda command-line program.
Command Overview:
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 course
Initialize a new Oseda project in the working directory
Usage: oseda init [OPTIONS]
--title <TITLE>--tags <TAGS>--color <COLOR>--template <TEMPLATE>
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 <FORK_URL>
<FORK_URL>
Fork the library repository to submit your course
Usage: oseda fork
This document was generated automatically by
clap-markdown.