gulp-eol

0.2.0 • Public • Published

  

Information

Packagegulp-eol
Description Replace or append EOL end of file

Usage

eol(newline, append)

  • newline: [string] \n, \r\n or default os.EOL
  • append: [boolean] whether to append eol end of file if not any, default true
var eol = require('gulp-eol');
 
gulp.task('eol', function() {
  return gulp.src('./lib/*.js')
    .pipe(eol())
    .pipe(gulp.dest('./lib/'));
});

Package Sidebar

Install

npm i gulp-eol

Weekly Downloads

4,954

Version

0.2.0

License

none

Last publish

Collaborators

  • fritx