3.0.13 • Published 7 years ago

@sweet-js/cli v3.0.13

Weekly downloads
6
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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!')
3.0.13

7 years ago

3.0.12

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago