Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 548 Bytes

.verbrc.md

File metadata and controls

35 lines (26 loc) · 548 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install") %}

Usage

var lineNumber = require('{%= name %}');
var fixture = fs.readFileSync('LICENSE-MIT', 'utf8');
var re = /Jon[^,]+/g;
console.log(lineNumber(fixture, re));
//=> results in:
// [
//   {
//     "line": "Copyright (c) 2014 Jon Schlinkert, contributors.",
//     "number": 1,
//     "match": "Jon Schlinkert"
//   }
// ];

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}