Deprecated hops-cli and hops-local-cli
9.4.0 (2018-01-08)
With this release we are deprecating hops-cli
and hops-local-cli
in favor of hops
.
While you previously had to add hops-local-cli
as a dependency to your project and install hops-cli
globally, you can now use just hops
.
hops
must be a (dev)dependency of your project to allow you to use "hops" commands in your package.json ("start": "hops start"
).
Optionally you can also install hops
globally to execute hops
commands from your CLI ($ hops start
).
hops-cli
and hops-local-cli
will continue to work for a while, but should be replaced with this solution.