node-purescript-compiler

0.0.4 • Public • Published

node-purescript-compiler

A Node.js interface to the PureScript compiler via Spago.

Example

Set up:

mkdir example-project
cd example-project
npm init
spago init
npm install node-purescript-compiler
node

Compiling PureScript:

const ps = require('node-purescript-compiler');
const js = ps.compile();
console.log(js);

Package Sidebar

Install

npm i node-purescript-compiler

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

934 kB

Total Files

11

Last publish

Collaborators

  • jamcol