0.0.2 • Published 1 year ago

rescript-commander v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
0.0.2

1 year ago

0.0.1

1 year ago