Overmind

Frictionless state management
GitHub
1.58k
Created 6 years ago, last commit 7 months ago
52 contributors
1.86k commits
Stars added on GitHub, month by month
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
+0.2
/day
Last 12 months
+0.1
/day
Package on NPM
overmind
28.0.3
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
README

Overmind

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

Maintainer needed

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

Contributing

// List all packages and state how to develop and test them

Release procedure

git switch next
git pull
npm install # make sure any new dependencies are installed
npm run release -- --dry-run --print-release  # and check release notes
git switch master
git pull
git merge --ff-only next
git push

To release a new VSCode extension it's necessary to increase the version in packages/overmind-devtools-vscode/package.json. Otherwise it will be ignored. Make also sure the token for Azure release (GitHub Actions Organization secret: VS_MARKETPLACE_TOKEN) is still valid. It expires after 1 year (current: 06.09.2024).

To show the right version inside the devtools standalone app, it needs to be set in packages/overmind-devtools/package.json.