All Projects → ben-eb → Gulp Cat

ben-eb / Gulp Cat

Licence: mit
Echo file(s) to the console.

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].