isomorphic-git

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

ban

ban

lint

standard src/**/*.js

test

npm run build && npm run bundle && ava

build

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

watch

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

bundle

rollup -c

format

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

watch2

rollup -cw

precommit

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

browserify

browserify --entry dist/for-browserify.js --standalone git | uglifyjs > dist/bundle.umd.min.js

on-pull-request

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

Metadata

Downloads

Maintainers