Compile a Node.js application into a single file. Supports TypeScript, binary addons and dynamic requires. More information: https://github.com/vercel/ncc.
ncc build {{path/to/file.js}}
ncc build {{[-m|--minify]}} {{path/to/file.js}}
ncc build {{[-s|--source-map]}} {{path/to/file.js}}
ncc build {{[-w|--watch]}} {{path/to/file.js}}
ncc run {{path/to/file.js}}
ncc cache:ncc clean cache