Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cerebral/overmind
Overmind - Frictionless state management
https://github.com/cerebral/overmind
Last synced: 1 day ago
JSON representation
Overmind - Frictionless state management
- Host: GitHub
- URL: https://github.com/cerebral/overmind
- Owner: cerebral
- License: mit
- Created: 2018-06-18T20:18:48.000Z (over 6 years ago)
- Default Branch: next
- Last Pushed: 2024-03-22T13:14:54.000Z (9 months ago)
- Last Synced: 2024-12-05T00:10:18.076Z (8 days ago)
- Language: TypeScript
- Homepage: https://overmindjs.org
- Size: 14.8 MB
- Stars: 1,584
- Watchers: 26
- Forks: 95
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - overmind - Overmind - Frictionless state management (TypeScript)
- my-awesome-list - overmind - Frictionless state management | cerebral | 1584 | (TypeScript)
- awesome-state - overmind - Frictionless state management (react)
- awesome-ccamel - cerebral/overmind - Overmind - Frictionless state management (TypeScript)
- awesome-react-state-management - overmind - Overmind - Frictionless state management (List)
README
# Overmind
Visit website for more information: [www.overmindjs.org](https://overmindjs.org).
## Maintainer needed
## Contributing
// List all packages and state how to develop and test them
## Release procedure
```sh
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`.