npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

github-store

0.0.0

@forbeslindesay

npmHomeRepoSnykSocket
Downloads:82
$ npm install github-store
DailyWeeklyMonthlyYearly

github-store

Use a github repository like the local file system it was always meant to be

Build Status Dependency Status NPM version

Installation

npm install github-store

API

To construct the store use:

'use strict';

var GithubStore = require('github-store');

var store = new GithubStore(USER, REPO, GITHUB_TOKEN, options);

## License

  MIT