raml-watcher

raml dev server

Usage no npm install needed!

<script type="module">
  import ramlWatcher from 'https://cdn.skypack.dev/raml-watcher';
</script>

README

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