gulp-transform

v3.0.5
A Gulp plugin for applying custom transformations to the contents of files
gulpplugin gulp transform replace map typescript

build

npm run clean && tsc -p tsconfig.build.json

clean

rimraf .nyc_output coverage lib

test:lint

tslint "src/**/*.ts" "spec/**/*.ts"

test:unit

nyc _mocha --opts mocha.opts

test

npm run test:lint && npm run test:unit

report

rimraf coverage && nyc --reporter=html _mocha --opts mocha.opts && open coverage/index.html

coverage

nyc report --reporter=text-lcov | coveralls
npm i gulp-transform

Metadata

  • MIT
  • >=4
  • Akim McMath
  • released 7/29/2017

Downloads

Maintainers