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
raml dev server
<script type="module">
import ramlWatcher from 'https://cdn.skypack.dev/raml-watcher';
</script>
Tool to serve raml files with hot reload.
raml-watcher serve <path-to-raml-file> -p 8000
raml-watcher build <path-to-raml-file> -t out