gulp-typings
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

gulp-typings

gulp-typings allows you to install typings from typings.json with gulp

Status

bitHound Code Dependency Status node

Usage

var gulp = require("gulp");
var gulpTypings = require("gulp-typings");
 
gulp.task("installTypings",function(){
    var stream = gulp.src("./typings.json")
        .pipe(gulpTypings()); //will install all typingsfiles in pipeline.
    return stream; // by returning stream gulp can listen to events from the stream and knows when it is finished.
});

Dependencies (3)

Dev Dependencies (4)

Package Sidebar

Install

npm i gulp-typings

Weekly Downloads

666

Version

2.0.4

License

MIT

Last publish

Collaborators

  • blakeembrey
  • lossless
  • philkunz