You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/docs/cli/new.adoc

15 lines
307 B
Plaintext

Create a new package from a template.
== USAGE
omf new (_plugin_ | _theme_) <name>
== DESCRIPTION
Creates a new package skeleton under `$OMF_CONFIG` named <name>. The type of package is determined by the first argument.
== EXAMPLES
omf new plugin myplugin
omf new theme mytheme
== ALIASES
*omf n*