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.
Currently, after running
npm install https://github.com/captable/ocx
, the binaryocf2ocx
is available for use but one cannotrequire('ocx')
from the node console orimport OCX from 'ocx'
. This should be ironed out so the code can be used from other code, not just from the command line.