-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ncc


> Compile a Node.js application into a single file.

> Supports TypeScript, binary addons and dynamic requires.

More information.


Bundle a Node.js application:

ncc build {path/to/file.js}

Bundle and minify a Node.js application:

ncc build --minify {path/to/file.js}

Bundle and minify a Node.js application and generate source maps:

ncc build --source-map {path/to/file.js}

Automatically recompile on changes to source files:

ncc build --watch {path/to/file.js}

Bundle a Node.js application into a temporary directory and run it for testing:

ncc run {path/to/file.js}

Clean the `ncc` cache:

ncc clean cache


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:37:31 2024