Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/akasata/gulp-opal

A gulp plugin convert Ruby to Javascript(by Opal)
https://github.com/akasata/gulp-opal

Last synced: 4 months ago
JSON representation

A gulp plugin convert Ruby to Javascript(by Opal)

Lists

README

        

# Information

Package
gulp-opal

Description
A gulp plugin convert Ruby to Javascript(by Opal)

Opal Version
0.7.1

Node Version
>= 0.12

# Usage

```javascript
var opal = require('gulp-opal')
var gutil = require('gulp-util');

gulp.task('opal', function() {
gulp.src('./src/*.rb')
.pipe(opal().on('error', gutil.log))
.pipe(gulp.dest('./build/'))
});
```

# License

MIT license

# About Opal

Opal is a ruby to javascript transpiler.

Copyright (C) 2013 by Adam Beynon

https://github.com/opal/opal