Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
527d1b7aa5 | |||
d35fac2278 |
@ -2,12 +2,13 @@
|
|||||||
an easy wrapper for nodegit
|
an easy wrapper for nodegit
|
||||||
|
|
||||||
### Buildstatus/Dependencies
|
### Buildstatus/Dependencies
|
||||||
[](https://travis-ci.org/pushrocks/smartgit)
|
[](https://gitlab.com/pushrocks/smartgit/commits/master)
|
||||||
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
||||||
[](https://coveralls.io/github/pushrocks/smartgit?branch=master)
|
[](https://coveralls.io/github/pushrocks/smartgit?branch=master)
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
This npm package comes with everything you need to start your own gulp plugin.
|
This plugin exposes some easified method wrappers for nodegit.
|
||||||
|
This limits options but reduces errors (TypeScript) and speeds up usage.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartgit",
|
"name": "smartgit",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "an easy wrapper for nodegit",
|
"description": "an easy wrapper for nodegit",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user