Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-fsharp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-fsharp

A Gulp plugin for calling F# scripts

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 23 Feb 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc