Giter Club home page Giter Club logo

appender's Introduction

appender

A node module to append files

Installation

npm install -g appender

Usage

Using node.js

  var Appender = require('appender');
  new Appender(['path/to/file', 'path/to/other/file']).pipe(process.stdout);

Using the global command

  append path/to/file path/to/other/file > result

Use append -h to get the command usage.

Documentation

Class: Appender

Create an Appender object. It's a transform stream that can be read to get the result.

var Appender = require('appender');
var stream   = new Appender(paths, options);

paths is an array of paths that can be files and/or directories.

Options

  • skip {integer} number of lines to skip at the beginning of each file (defaults to 0).
  • filter {regexp} only files matching the given regexp (string or litteral) are appended.
  • sort {string} sort files by name before appending them (ASC or DESC).
  • case-sensitive {boolean} use a case-sensitive sort for files, ie. a > Z (defaults to false).
  • inline {boolean} disable linebreak insertion between files (defaults to false).
  • list {boolean} only list matching files, no appending (defaults to false).
  • verbose {boolean} print process steps in stderr (defaults to false).

appender's People

Contributors

nojhamster avatar

Watchers

James Cloos avatar  avatar

Forkers

noopnik

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.