ncc
Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
About this project
ncc Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style. Motivation — Publish minimal packages to npm — Only ship relevant app code to serverless environments — Don't waste time configuring bundlers — Generally faster bootup time and less I/O overhead — Compiled language-like experience (e.g.: go) Design goals — Zero configuration — TypeScript built-in — Only supports Node.js programs as input / output — Support all Node.js patterns and npm modules Usage Installation Usage Eg: If building an .mjs or .js module inside a "type": "module" package boundary, an ES module output will be created automatically. Outputs the…
Technologies
Project health
GitHub
Reviews
Built by
Maintain vercel/ncc? Claiming verifies admin access through your GitHub account and gives you control of this listing.