oh-my-fish/docs/cli/new.adoc

15 lines
307 B
Plaintext
Raw Normal View History

Create a new package from a template.
== USAGE
2017-06-17 16:19:36 -05:00
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
2017-06-17 16:19:36 -05:00
omf new plugin myplugin
omf new theme mytheme
2017-04-27 12:00:06 -05:00
== ALIASES
*omf n*