A Statecharts spec and implementation.
Report Bug / Request Feature
- About the Project
- Getting Started
- Roadmap
- Contributing
- License
- Contact
- Alternatives
- Acknowledgements
Statecharts are amazing and should be used in more places. Statifier provides a Statechart library for Elixir and Ruby.
NOTE: This is a work in progress. Many of the claims made here are currently part of the vision, but may not yet be true.
To get a local copy up and running follow these simple steps.
- Clone and cd into the repo
git clone https://github.com/riddler/statifier.git
cd statifier
- Install dependencies and setup the development environment
./bin/setup
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Adds some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See the Contribution Guidelines for more information
Distributed under the MIT License. See LICENSE
for more information.
JohnnyT - @johnny_t
Project Link: https://github.com/riddler/statifier
- XState is an AMAZING Statecharts implementation in TypeScript.
- statecharts.github.io is a great resource for learning about Statecharts.