gulp-fsharp

0.1.0 • Public • Published

gulp-F#

NPM version Build Status [![Coverage Status][coveralls-image]][coveralls-url] 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][https://github.com/mollerse/node-fsharp]

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

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i gulp-fsharp

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mollerse