imforza-cli
v1.0.22
Published
A command line tool for imFORZA developers.
Downloads
9
Readme
imforza-cli
A command line utility for imFORZA Developers.
Installation
- Install globally(On the Machine)
npm install -g imforza-cli
- Update global package(One the Machine)
npm update -g imforza-cli
Usage
imforza < option> [action]
Options:
-V, --version output the version number
-j, joke want to hear a joke?
-p, plugin [action] [install|config|publish] (default: null)
-t, theme [action] [install|config|publish] (default: null)
-G, gulp [action] [install|config] (default: null)
-h, --help output usage information
Examples:
imforza plugin install
- Download & configures a basic WordPress template plugin to a folder called new-plugin.imforza -p config
- Run configuration script on plugin files.imforza theme install
- Similar to plugin install, except for themesimforza -t config
- Run configuration script on theme files.imforza gulp config
- Install gulp files to current directory.imforza gulp config
- Configure gulp environment.
Sources
- Gulp: https://github.com/wp-gulp/wp-gulp
- Template Plugin: https://github.com/imforza/wordpress-plugin-template
- Template Theme: https://github.com/imforza/wordpress-theme-template
Contributing
First clone the project, then run npm link
from within the project folder.