globjs

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i globjs

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nickav