### The `hype-cli` is a utility tool that help you to build `hype` applications.
npm install hype-cli


npm install -g hype-cli
``bash
hype --create
hype --list # List available boilerplates.
hype --help # => Show help text.
hype --version # => Show current version.
`
yarn test`
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
MIT