All Projects → cerebral → Overmind

cerebral / Overmind

Licence: mit
Overmind - Frictionless state management

Programming Languages

typescript
32286 projects

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].