Open-Cap-Table-Coalition / ocx

Open Cap eXcel (OCX) - Convert Open Cap Format (OCF) packages into a standardized Excel format.
https://opencaptablecoalition.com
Apache License 2.0
31 stars 1 forks source link

Enable importing `ocx` as an npm module #35

Open pjohnmeyer opened 1 year ago

pjohnmeyer commented 1 year ago

Currently, after running npm install https://github.com/captable/ocx, the binary ocf2ocx is available for use but one cannot require('ocx') from the node console or import OCX from 'ocx'. This should be ironed out so the code can be used from other code, not just from the command line.