@sweet-js/cli

3.0.13 • Public • Published

sweet-cli

This is the command line package for sweet.js.

For more information about Sweet in general and to read the documentation, see the website.

Getting started

Install @sweet-js/cli via npm:

$ npm install -g @sweet-js/cli

Write your sweet code:

syntax hi = function (ctx) {
  return #`console.log('hello, world!')`;
}
hi

And compile:

$ sjs my_sweet_code.js
console.log('hello, world!')

Package Sidebar

Install

npm i @sweet-js/cli

Weekly Downloads

6

Version

3.0.13

License

BSD-2-Clause

Last publish

Collaborators

  • disnet