This repository houses the code necessary to convert a set of Open Cap Table
Format files into a standardized "OCX" Excel spreadsheet. The primary
product produced is a command-line tool, ocf2ocx
, but the underlying
components of this tool are intended to eventually also be directly usable.
Prerequisites: Node 16 or higher
Currently, ocf2ocx
is not published to any public package repositories. It can
be installed directly from GitHub by running:
npm install -g https://github.com/captable/ocx
And then run the tool against a folder of OCF JSON files:
ocf2ocx /path/to/ocf/files