Set up npm publishing for OCaml projects via js_of_ocaml/wasm_of_ocaml
/plugin marketplace add avsm/ocaml-claude-marketplace/plugin install avsm-ocaml-dev-plugins-ocaml-dev@avsm/ocaml-claude-marketplace# OCaml NPM Setup This command sets up the npm publishing workflow for OCaml projects compiled to JavaScript/WASM. ## Arguments None - operates on the current directory. ## Prerequisites - Existing OCaml project with dune - js_of_ocaml or wasm_of_ocaml dependencies configured - Git repository initialized ## Two-Branch Workflow ## Process ### 1. Analyze Project Determine: - Project name from dune-project - Existing JS build targets - Whether to support JS, WASM, or both ### 2. Create/Update Dune Build Rules Add or update `lib/js/dune` (or appropriate location): ### 3. Update ...