oh-my-fish/docs/cli/new.adoc
Stephen M. Coakley dc211893b1
Improve docs
2017-06-17 16:33:02 -05:00

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*