0.0.14 • Published 11 days ago

@steroidsjs/gii-fs v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

Install

1. Install package

npm i -g @steroidsjs/gii-fs

2. Create config

Create config.json. Sample:

{
    "port": 7800,
    "projects": [
        "/Users/user/Projects/backend-nest"
    ]
}

Start

Production mode

gii-fs /path/to/config.json

It is not necessary to specify the path to the config. Then will be used the default path ~/gii-fs.json