hype-cli
hype-cli
is a utility tool that help you to build hype
applications.
The
Installation
npm install -g hype-cli
Usage
hype --create <targetPath> --template <template> # => Create a new app. hype --list # List available boilerplates. hype --help # => Show help text. hype --version # => Show current version.
Tests
yarn test
Contributing
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.
License
MIT