Default code-generator for pug. It generates HTML via a JavaScript template function.
[](https://www.npmjs.com/package/@google/genai) [](https://www.npmjs.com/package/@google/genai)
Generate source maps
Protocol Buffers code generator for ECMAScript
[](https://www.npmjs.com/package/@nexys/api-gen) [](https://www.npmjs.com/package/@nexys/api-gen) [ =========================
An OpenAPI 3.0 and 3.1 codegen for Angular 16+
Code generator for connect-query
Protocol Buffers for JavaScript
Generating and updating table of contents in Markdown files which conform with prettier.
 
A protoc-gen-grpc-web binary for npm.
A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.
Extend a Turborepo
Automatically generate OpenAPI 3.0, 3.1, and 3.2 documentation from Next.js projects, with support for Zod schemas, TypeScript types, and reusable OpenAPI fragments.
Transform async functions to generator functions with speed and simplicity.
gen — npm/pnpm/yarn adapter. Parses package.json + package-lock.json/pnpm-lock.yaml into gen_types::Manifest. The npm half of the universal package-manager engine; sibling of gen-cargo.
gen — typed (defadapter …) spec + scaffold-generator. Every new gen-X adapter is authored as one typed AdapterSpec value (or one tatara-lisp (defadapter …) form when the Lisp runtime ships); adapter-forge synthesizes the scaffold (lib.rs / error.rs / raw.rs / tests) from the spec. The shape is distilled from gen-cargo + gen-npm + gen-bundler — the next 6+ adapters land as ~50-line typed specs.
gen — Ruby/Bundler adapter. Parses Gemfile + Gemfile.lock into gen_types::Manifest. The bundler half of the universal package-manager engine; sibling of gen-cargo + gen-npm. Authored Gemfile parsing is line-oriented (DSL eval intentionally deferred — pleme-io's Bundler usage is declarative-shape).
gen — Cargo adapter. Parses Cargo.toml + Cargo.lock + workspace shape into gen_types::Manifest. The cargo half of the universal package-manager engine; one of N adapters (gen-npm, gen-bundler, gen-pip, gen-gomod, gen-helm, …) that share the typed core. See theory/GEN.md for the full design.