0.3.3 • Published 9 years ago

gulp-cat v0.3.3

Weekly downloads
702
License
MIT
Repository
github
Last release
9 years ago

gulp-cat Build Status NPM version Dependency Status

Echo file(s) to the console.

Echo the contents of files to the console. Great for ASCII art, banners and important documentation. Inspired by https://npmjs.org/package/grunt-cat

Installation

Install via npm:

npm install gulp-cat --save-dev

Example

var gulp = require('gulp');
var cat  = require('gulp-cat');

gulp.task('default', function() {
    return gulp.src('./README.md')
        .pipe(cat());
});

Contributing

Pull requests are welcome. If you add functionality, then please add unit tests to cover it.

License

MIT © Ben Briggs

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago