GithubHelp home page GithubHelp logo

gulp-cat's People

Contributors

ben-eb avatar kamataryo avatar nfroidure avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gulp-cat's Issues

Option to display file contents in a particular color

This is an Enhancement suggestion, but I don't know how to add the tag..

It would be great if we could set a color for the displayed file, so it doesn't get lost in the console amongst the other stuff.

I noticed you are using "process.stdout.write" to print out the contents of files.

So perhaps we could do something like:

var color       = require('ansi-color').set;
process.stdout.write(color("file contents in string format", some_ansi_color_string_var));

and then use gulp-cat like

gulp.task('taskname', function() {
    gulp.src('./README.md')
        .pipe(cat( { color: "blue" } ));
});

Relative paths in require

BTW require does a bit of magic to work with relative paths. I noticed you had this in this repo (and the wiki)

cat = require(__dirname + '/index.js')

which can also be

cat = require('./index')

Just a friendly tip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.