https://github.com/pseitz/blamer
https://github.com/pseitz/blamer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pseitz/blamer
- Owner: PSeitz
- Created: 2019-10-01T09:53:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T10:03:58.000Z (over 6 years ago)
- Last Synced: 2025-01-25T06:25:37.901Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Blamer-Ts
======
Blamer-ts is a tool for get author information of a line of code.
Status
------
[](http://badge.fury.io/js/blamer-ts)
[](https://nodei.co/npm/blamer-ts/)
Setup
-----
npm install blamer-ts
Usage
-----
```typescript
import {getBlamed} from 'blamer-ts'
let info = getBlamed("index.ts", 5);
console.log(info.author)
```