0.0.2 • Published 1 year ago
rescript-commander v0.0.2
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 commanderThen 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