0.0.3 • Published 7 years ago
globjs v0.0.3
globjs
A saner subset of JavaScript.
There are two ways of using it:
Node
yarn add globjs
const globjs = require('globjs')
const source = 'console.log(x)'
const result = globjs.compile(source)
console.log(result)
CLI
TODO: not working yet
yarn global add globjs
globjs foo.gjs
Development
To publish a new version of the package, install np then run:
np