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
- Host: GitHub
- URL: https://github.com/spatocode/hyron-cli
- Owner: spatocode
- License: mit
- Created: 2018-12-11T22:35:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T07:20:33.000Z (over 7 years ago)
- Last Synced: 2025-10-27T20:43:31.607Z (8 months ago)
- Topics: api, cli, framework, hyron, javascript, plugin, web
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)