blamer-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Blamer-Ts

Blamer-ts is a tool for get author information of a line of code.

Status

NPM version

NPM

Setup

npm install blamer-ts

Usage

 
import {getBlamed} from 'blamer-ts'
 
let info = getBlamed("index.ts", 5);
console.log(info.author)
 

/blamer-ts/

    Package Sidebar

    Install

    npm i blamer-ts

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    6.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • pseitz