gulp-fsharp
v0.1.0
Published
A Gulp plugin for calling F# scripts
Readme
gulp-F#
[![Coverage Status][coveralls-image]][coveralls-url] 
F# Interactive plugin for gulp
Usage
First, install gulp-fsharp as a development dependency:
npm install -D gulp-fsharpThen, add it to your gulpfile.js:
var fsharp = require("gulp-fsharp");
gulp.src("./src/*.fsx")
.pipe(fsharp());API
fsharp(options)
options.*
Options will be passed to [node-fsharp][https://github.com/mollerse/node-fsharp]
options.path will be set to the path of the file it gets from gulp.src.
