diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a1e492 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Simple-CLI-ramlparser +================= + +A simple implementation of a raml parser with the raml-js library. + +To install simply run + + $sudo ./install.sh + +this will put a ramlparser program on your PATH. + +You need to have nodejs installed (and npm) to build this program libraries.