An open API service indexing awesome lists of open source software.

https://github.com/spatocode/hyron-cli

Create hyron app with ease
https://github.com/spatocode/hyron-cli

api cli framework hyron javascript plugin web

Last synced: about 2 months ago
JSON representation

Create hyron app with ease

Awesome Lists containing this project

README

          

Create Hyron app with no build configuration

## Installation

```sh
$ npm install -g hyron-cli
```

## Usage

Create the app:

```bash
$ hyron my-hyron-app
```

Install dependencies:

```bash
$ npm install
```

Start your Hyron.js app at `http://localhost:3000/`:

```bash
$ npm start
```

## Command Line Options

Hyron CLI can also be further configured with the following command line flags.

-v, --version output the version number
-s, --style add stylesheet support (less|stylus|compass|sass) (defaults to plain css)
-h, --help output usage information

## License

[MIT](LICENSE)