rescript-commander
v0.0.2
Published
Rescript bindings for the [Commander javascript library](https://github.com/tj/commander.js)
Downloads
2
Readme
rescript-commander
Rescript bindings for the Commander javascript library
This is a work in progress, contributions are welcome !
Installation
Install required packages via npm
:
npm install rescript-commander commander
Then add rescript-express
to your bsconfig.json
's or rescript.json
's' bs-dependencies
:
{
"bs-dependencies": [
+ "rescript-commander"
]
}
Build
- Build:
npm run res:build
- Clean:
npm run res:clean
- Build & watch:
npm run res:dev