Introduction
Our CLI is used to create a new hypestyle application fast! + its used to people who want to customize hypestyle with hypestyles config file.
Installation
$ npm install -g hypestyle
$ pnpm (yarn) add -g hypestyle
Usage
InitCommand used to create new config file
$ hypestyle init
Command used to build your hypestyle.config.js
file.
$ hypestyle build
To watch your config file for changes, use the --watch
flag.
Command used to create new application for hypestyle. You only have to follow the instructions, when you run the command.
$ hypestyle create-app
Command used to show the version of your hypestyle-cli
$ hypestyle version
Command used to show help.
$ hypestyle help