gulp-trim

1.0.2 • Public • Published

gulp-trim

Remove the whitespace from the beginning and end of a content.

Usage

  1. Install gulp-trim as dependency:
npm install gulp-trim --save-dev
  1. Edit your gulpfile:
var trim = require('gulp-trim');
 
gulp.task('mytask', function() {
  gulp.src('src/file.txt')
    .pipe(trim())
    .pipe(gulp.dest('trimmed'));
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gulp-trim

    Weekly Downloads

    987

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • riim