mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
15 lines
307 B
Plaintext
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*
|