ggit

v2.4.12
Local promise-returning git command wrappers
git javascript js nodejs repo wrapper

build

grunt && npm test

commit

git-issues && commit-wizard

file-status

node src/file-status.js

grunt

grunt

issues

git-issues

lint

standard --verbose --fix '*.js' 'src/*.js' 'spec/*.js'

mocha

npm run mocha:spec && npm run mocha:src

mocha:spec

mocha --timeout 10000 spec/*-spec.js

mocha:src

mocha --timeout 10000 src/**/*-spec.js

posttest

npm run warn-only

prelint

npm run pretty

pretest

npm run lint

pretty

prettier-standard '*.js' 'src/*.js' 'spec/*.js'

rocha

node --harmony node_modules/.bin/rocha spec/*-spec.js

semantic-release

semantic-release pre && npm publish && semantic-release post

size

t="$(npm pack .)"; wc -c "${t}"; tar tvf "${t}"; rm "${t}";

stop-only

stop-only -f src

test

npm run grunt && npm run mocha

warn-only

stop-only -f src --warn
npm i ggit

Metadata

  • MIT
  • >= 4.0.0
  • Gleb Bahmutov
  • released 8/9/2019

Downloads

Maintainers