[ANN] jsc 0.2.2 released

D

Davide Saurino

Hello everybody!

I'm happy to announce jsc, the Javascript Compiler.

With jsc you can compile your JavaScript code throught Google Closure
Compiler REST service[1].

== Install

Run:

[sudo] gem install jsc

or get source from http://github.com/sub/jsc

== Samples of usage

Get compiled code, if no errors are found:
jsc compiled_code.js

Just check for errors:
jsc errors.js -e

Run jsc --help for more info about allowed options.

== Flymake

For GNU Emacs users, jsc provides a flymake[2] compatible output. So you can use
jsc+flymake to have a syntax check tool running in the background while editing
javascript files:
* how-to configure emacs: http://wiki.github.com/sub/jsc/flymake
* screenshot: http://img130.imageshack.us/img130/8382/jscflymake.png

Feedback and suggestions are welcome :)

Cheers,
--
Davide Saurino
Fork me on GitHub http://github.com/sub/
Follow me on http://twitter.com/fitzkarraldo


[1] http://code.google.com/closure/compiler/
[2] http://www.emacswiki.org/emacs/FlyMake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,539
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top