Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new npm package #5

Merged
merged 2 commits into from Oct 19, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Rename and update package references

  • Loading branch information
Shwetajain148 committed Oct 19, 2016
commit 359d5d3f62a74b99bfadab233ea168f9f34c39d8
@@ -1,10 +1,11 @@
# winston-loggly-bulk
#### The original author of this library is Charlie Robbins <charlie.robbins@gmail.com>.
# loggly-winston-bulk

A [Loggly][0] transport for [winston][1].

[![Version npm](https://img.shields.io/npm/v/winston-loggly-bulk.svg?style=flat-square)](https://www.npmjs.com/package/winston-loggly-bulk)[![npm Downloads](https://img.shields.io/npm/dm/winston-loggly-bulk.svg?style=flat-square)](https://www.npmjs.com/package/winston-loggly-bulk)
[![Version npm](https://img.shields.io/npm/v/loggly-winston-bulk.svg?style=flat-square)](https://www.npmjs.com/package/loggly-winston-bulk)[![npm Downloads](https://img.shields.io/npm/dm/loggly-winston-bulk.svg?style=flat-square)](https://www.npmjs.com/package/loggly-winston-bulk)

[![NPM](https://nodei.co/npm/winston-loggly-bulk.png?downloads=true&downloadRank=true)](https://nodei.co/npm/winston-loggly-bulk/)
[![NPM](https://nodei.co/npm/loggly-winston-bulk.png?downloads=true&downloadRank=true)](https://nodei.co/npm/loggly-winston-bulk/)

A client implementation for Loggly in node.js. Check out Loggly's [Node logging documentation](https://www.loggly.com/docs/nodejs-logs/) for more.

@@ -14,10 +15,10 @@ A client implementation for Loggly in node.js. Check out Loggly's [Node logging
var winston = require('winston');
//
// Requiring `winston-loggly` will expose
// Requiring `loggly-winston-bulk` will expose
// `winston.transports.Loggly`
//
require('winston-loggly-bulk');
require('loggly-winston-bulk');
winston.add(winston.transports.Loggly, options);
```
@@ -54,7 +55,7 @@ The [winston][1] codebase has been growing significantly with contributions and

``` bash
$ npm install winston
$ npm install winston-loggly-bulk
$ npm install loggly-winston-bulk
```

## Run Tests
@@ -81,7 +82,7 @@ Once you have valid configuration and credentials you can run tests with [npm][7
npm test
```

#### Author: [Charlie Robbins](http://blog.nodejitsu.com)
#### Author: [Shweta Jain](https://www.loggly.com/)

This comment has been minimized.

@mchaudhary

mchaudhary Oct 15, 2016

Should we change name ? @mostlyjason thoughts ?

This comment has been minimized.

@Shwetajain148

Shwetajain148 Oct 17, 2016
Author

@mostlyjason Please let me know your views on this.

This comment has been minimized.

@mostlyjason

mostlyjason Oct 17, 2016

Sure we can update it or you can add a 2nd line

This comment has been minimized.

@Shwetajain148

Shwetajain148 Oct 19, 2016
Author

@mchaudhary @mostlyjason I have made changes in the README.md file as per our discussion on author name. Please review..

#### License: MIT

[0]: http://loggly.com
@@ -91,4 +92,4 @@ Once you have valid configuration and credentials you can run tests with [npm][7
[4]: http://www.loggly.com/product/
[5]: http://www.loggly.com/docs/automated-parsing/
[6]: http://vowsjs.org
[7]: http://npmjs.org
[7]: http://npmjs.org
@@ -1,6 +1,6 @@
{
"name": "loggly-bulk",
"version": "1.0.4",
"name": "loggly-winston-bulk",
"version": "1.0.1",
"description": "A Loggly transport for winston",
"author": "Shweta Jain <sjain@loggly.com>",

This comment has been minimized.

"repository": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.