Skip to main content

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

Init

Command used to create new config file

$ hypestyle init
Build

Command used to build your hypestyle.config.js file.

$ hypestyle build

To watch your config file for changes, use the --watch flag.

Create App

Command used to create new application for hypestyle. You only have to follow the instructions, when you run the command.

$ hypestyle create-app
Version

Command used to show the version of your hypestyle-cli

$ hypestyle version
Help

Command used to show help.

$ hypestyle help