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
A simple but useful NodeJS compiler.
<script type="module">
import nodejsCompiler from 'https://cdn.skypack.dev/nodejs-compiler';
</script>
A simple but useful NodeJS compiler.
npm install -g nodejs-compiler
nodejs-compiler CODE
Example: nodejs-compiler "$(cat example.js)" >example.compiled.js