Hacker News new | ask | show | jobs
by anmonteiro90 3512 days ago
Just like you'd do in Node. Add deps to a package.json and npm install. Then just `(js/require "your-package")`
1 comments

That's great. Thanks.