isomorphic-git

v0.0.1
Node library for interacting with git repositories, circa 2017
git

ban

ban

lint

standard src/**/*.js

test

npm run build && ava

build

babel src --out-dir lib --source-maps

watch

babel src --watch --out-dir lib --source-maps inline

format

prettier-standard src/**/*.js test/**/*.js

precommit

ban && prettier-standard src/**/*.js test/**/*.js

on-pull-request

npm run format && npm run lint && npm run test

Metadata

Downloads

Maintainers