Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 409 Bytes

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 409 Bytes

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