wizzi-cli
v0.0.29
Published
The wizzi factory command line interface.
Downloads
8
Readme
wizzi-cli
The wizzi factory command line interface.
Work still in progress
Availability of features will be announced
npm install -g wizzi-cli
wizzi-cli
The Wizzi command line interface (CLI) performs basic functionality, such as executing a Wizzi Production, creating a Wizzi Package based on a templated Meta Production, wizzifying an existent artifact or a folder of artifacts.
The Wizzi CLI (wizzi-cli
) is packaged as an executable that can be used globally. The Wizzi CLI is available via npm and should be installed globally by running
npm install -g wizzi-cli
Run wizzi --help
for full help.
CLI Commands
generate
Executes a Wizzi Production described in a wizzi.config[.configname].js file.
The config file is searched in the current folder and its parents.
wizzi [configname]
create
Executes a Wizzi Meta Production creating a new Wizzi Package for a type of Wizzi production.
wizzi create
An 'inquirer' dialog asks for the production type and other available options.
- pure js
- webpack
- webpack + react
- webpack + react + material-ui
- gatsby
- express
- wizzi plugin
- ...
fy
Executes the 'wizzifying' of a file or folder (for example creates a .js.ittf document from a .js file).
wizzi fy --source <filepath|folderpath> --dest <filepath|folderpath>
Wizzi
One machinery, many productions.