github-loc

1.1.2 • Public • Published

Used to caculate line of code(LOC) of github repository.

example

This library can be imported directly in nodejs, and need bundling tool in web browser.

const githubLoc = require('github-loc');
 
const repoName = 'bitcoin/bitcoin';
const token = '****';
 
githubLoc({ repoName, token })
  .then((data) => {
    console.log(data);
  });

request github token on page: https://github.com/settings/tokens image

Readme

Keywords

Package Sidebar

Install

npm i github-loc

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

3.95 kB

Total Files

8

Last publish

Collaborators

  • jasonzhouu