Overmind

Frictionless state management

README

Overmind


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

Maintainer needed


https://gist.github.com/christianalfoni/f1c4bfe320dcb24c403635d9bca3fa40

Release procedure


  1. ```sh
  2. $ git checkout next
  3. $ git pull
  4. $ npm install # make sure any new dependencies are installed
  5. $ npm install --no-save nodegit  # needed for "repo-cooker --release"
  6. $ npm run release -- --dry-run --print-release  # and check release notes
  7. $ git checkout master
  8. $ git pull
  9. $ git merge --ff-only next
  10. $ git push
  11. ```

VSCode extension is released via .travis.yml due to limitations of the publishing tool that is unable to use root node_modules folder