2.0.1 • Published 5 years ago

consumare v2.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Consumare

Consume content from Git

Stable: 2.0.0

Maintained by Tim Branyen @tbranyen.

Install

npm install consumare

You may get errors with NodeGit, try and build from source if you get segfaults:

npm install consumare --build-from-source

Configure a repository

var consumare = require("consumare");

// Assuming your Git repository is named content and your work is in the
// master branch.
consumare.configure("content", { repo: ".git", branch: "master" });

Unit tests

npm test
2.0.1

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.1.0-alpha.2

8 years ago

0.1.0-alpha.1

10 years ago

0.1.0-alpha

10 years ago