Open-Cap-Table-Coalition/ocx

Enable importing `ocx` as an npm module

pjohnmeyer opened this issue · 0 comments

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.