Skip to content

menberg/overmind

 
 

Repository files navigation

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

Overmind - Frictionless state management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.9%
  • JavaScript 9.3%
  • HTML 1.7%
  • Dockerfile 0.1%