purescript-flow
July 10, 2017 ยท View on GitHub
Generic typesafe UI and API flows for mobile and web apps.
Installation
Install from bower or copy the source to your project's bower_components.
bower install purescript-flow --save
Examples
Checkout the examples in test.
License
This project is licensed under the AGPL License - see the LICENSE file for details.
Copyright (c) 2012-2017 juspay.in
Contributing
- Fork (https://github.com/yourname/yourproject/fork)
- Create feature branch (
git checkout -b feature/foo-bar) - For code styling, follow purescript-style-guide.
- Commit your changes (
git commit -am 'Add some foo bar') - Push to the branch (
git push origin feature/foo-bar) - Create a new Pull Request