frh3ddy / overmind

Repo for proxy based Cerebral implementation (working-title)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overmind

Visit website for more information: www.overmindjs.org.

Release procedure

$ git checkout next
$ git pull
$ npm install # make sure any new dependencies are installed
$ npm install --no-save nodegit  # needed for "repo-cooker --release"
$ npm run release -- --dry-run --print-release  # and check release notes
$ git checkout master
$ git pull
$ git merge --ff-only next
$ git push

About

Repo for proxy based Cerebral implementation (working-title)

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 12.1%Language:HTML 2.2%Language:Dockerfile 0.1%