Gulp plugin wrapping typescript-formatter to format TypeScript files as part of a Gulp build pipeline. Current version 0.1.3, last updated 2017-11-16. No known release cadence; appears unmaintained since 2017. It accepts the same root options as typescript-formatter (baseDir, tslint, tsfmt, editorconfig). Key differentiator: allows integration of TypeScript formatting into Gulp streams, but the underlying typescript-formatter has been superseded by prettier and deprecated by its author.
npm install gulp-typescript-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Gulp task to format all TypeScript files in src/ using tslint, tsfmt, and editorconfig settings.
Switch to gulp-prettier or gulp-format with prettier.
Check https://github.com/vvakame/typescript-formatter for valid options.
Replace with gulp-prettier.
Run: npm install --save-dev typescript-formatter
Use const typescriptFormatter = require('gulp-typescript-formatter');