Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 246 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 246 Bytes

RAML WATCHER

Tool to serve raml files with hot reload.

Serve file and watch changes;

    raml-watcher serve <path-to-raml-file> -p 8000

Build static files

    raml-watcher build <path-to-raml-file> -t out