hipertracker / overmind

Overmind - Frictionless state management

Home Page:https://overmindjs.org

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

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

About

Overmind - Frictionless state management

https://overmindjs.org

License:MIT License


Languages

Language:TypeScript 93.6%Language:JavaScript 5.9%Language:HTML 0.4%Language:Svelte 0.1%