Socket
Book a DemoInstallSign in
Socket

gulp-js2coffee

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-js2coffee

gulp plugin to convert js to coffee

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Convert JS to coffee.

Usage

var coffee = require('gulp-js2coffee');

gulp.task('js2coffee', function() {
  gulp.src('./src/*.js')
    .pipe(js2coffee().on('error', gutil.log))
    .pipe(gulp.dest('./public/'))
});

Keywords

js2coffee

FAQs

Package last updated on 25 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts