nebu icon indicating copy to clipboard operation
nebu copied to clipboard

Command line interface

Open aleclarson opened this issue 7 years ago • 1 comments

nebu command for the terminal.

Options:
    -o    output directory/filename
    -m    sourcemap option
    -x    ignored file patterns

When -o is unspecified, the result is printed to the console (if compiling a directory, we exit early).

The -m option can be inline, both, or no value (which saves sourcemaps to .map files alongside the compiled sources). When unspecified, sourcemaps are discarded.

aleclarson avatar May 20 '18 02:05 aleclarson

The CLI is located here: https://github.com/aleclarson/nebu-cli

npm install -g nebu-cli

🚧 Under construction! Not ready for usage.

aleclarson avatar May 24 '18 00:05 aleclarson