0.1.0 • Published 10 years ago

gulp-fsharp v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

gulp-F

NPM version Build Status Coverage Status Dependency Status

F# Interactive plugin for gulp

Usage

First, install gulp-fsharp as a development dependency:

npm install -D gulp-fsharp

Then, 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

options.path will be set to the path of the file it gets from gulp.src.

License

MIT License