hippa

2.0.0 • Public • Published

Hippa

Read file or directory contents from github repo with help of node.

Install

npm i hippa -g

How to use?

Global

$ hippa
Usage: hippa [owner/repo/path]

$ hippa coderaiser/node-hippa/README.md

Local

npm i hippa --save

Example

const hippa = require('hippa');
const path = 'coderaiser/node-hippa/package.json';
 
hippa(path, (error, data) => {
    if (error)
        return console.error(error.message);
    
    console.log(data);
});

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i hippa

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

4.62 kB

Total Files

6

Last publish

Collaborators

  • coderaiser