Forgive my ignorance; how do I install the jco tool from source, so that I can test out some currently unreleased code? Is it a matter of just excuting the src/jco.js file or do I need to build/install something?
@Jeremy Slater if you clone the repo and run npm install && npm run build you can then run node src/jco.js directly yes
Great, thanks! And everything is installed and used locally from node_modules so I don't have to worry about system inteference or anything?
Last updated: Dec 06 2025 at 05:03 UTC