nodejs-compiler

A simple but useful NodeJS compiler.

Usage no npm install needed!

<script type="module">
  import nodejsCompiler from 'https://cdn.skypack.dev/nodejs-compiler';
</script>

README

NodeJSCompiler

A simple but useful NodeJS compiler.

Installation

npm install -g nodejs-compiler

Usage

  nodejs-compiler CODE
  Example: nodejs-compiler "$(cat example.js)" >example.compiled.js