yellfy-cli
v1.0.0
Published
Command line utility to install Yellfy
Downloads
3
Readme
Yellfy CLI
Command line utility to install Yellfy.
This command-line utility is designed to simplify and accelerate the deployment of a new instance of Yellfy.
Usage
$ yellfy [--dir, --tag, -i, --install, ...]
--dir
The deployment instance Yellfy in the specified directory.
$ yellfy --dir=tmp/yellfy
--tag
By default, after installation you get latest stable version Yellfy. To install any available version you can use the option --tag
.
$ yellfy --tag=1.0.0-a
-i, --install
Start the installation dependencies after you deploy an instance Yellfy.
$ yellfy -i
--page
Creating a new page.
$ yellfy --page=features
Optional:
--sass, --scss
--stylus, --styl
--comp, --component
Creating a new component.
$ yellfy --component=jumbotron
Optional:
--sass, --scss
--stylus, --styl
-r
Overwrite an existing page or component.
$ yellfy --page=features -r
$ yellfy --component=jumbotron -r
License
MIT.