Skip to content

Commit

Permalink
add npm image
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 18, 2013
1 parent 7fbc8d6 commit 13ec286
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
@@ -1,10 +1,18 @@
logfilestream [![Build Status](https://secure.travis-ci.org/fengmk2/logstream.png)](http://travis-ci.org/fengmk2/logstream) [![Coverage Status](https://coveralls.io/repos/fengmk2/logstream/badge.png)](https://coveralls.io/r/fengmk2/logstream)
=========

[![NPM](https://nodei.co/npm/logfilestream.png?downloads=true&stars=true)](https://nodei.co/npm/logfilestream)

![logo](https://raw.github.com/fengmk2/logstream/master/logo.png)

Log file stream, including auto rolling feature, support multiprocess `append` write at the same time.

## Install

```sh
$ npm install logfilestream
```

## Usage

```js
Expand All @@ -18,13 +26,7 @@ writestream.write(' world\n');
writestream.end();
```

### Install

```sh
$ npm install logfilestream
```

## License
## License

(The MIT License)

Expand Down

0 comments on commit 13ec286

Please sign in to comment.