Usage
Command syntax
All arguments will be passed to the given process's CLI tool, just like you would use that tool by default - making mhy
act as a wrapper for your command.
Configure
You may change some behaviors of mhy
and it's processes by changing the following config options under the key: mhy
Option | Default | Details |
|
| Falls back to global if local not found. |
|
| Root folder to be used for sources. |
| See: | - |
|
| Default aliases to be resolved. With the default solution you only need to use it as |
|
| The default ecosystem to be loaded. |
NODE_ENV
The process.env.NODE_ENV
variable is having different effects on different parts of mhy
which can be either development
or production
. The term root
in the hierarchy is always referring to the resource that's being available in every case, regardless of the current environment.
Docker
With each version of mhy
we're also releasing a Docker image containing the corresponding version. It can be used to speed up deployments and/or to prevent a local/global install on your host OS.
Docker Hub repository & versions
Last updated