purescript-flow

July 10, 2017 ยท View on GitHub

Generic typesafe UI and API flows for mobile and web apps.

Bower Build Status

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

  1. Fork (https://github.com/yourname/yourproject/fork)
  2. Create feature branch (git checkout -b feature/foo-bar)
  3. For code styling, follow purescript-style-guide.
  4. Commit your changes (git commit -am 'Add some foo bar')
  5. Push to the branch (git push origin feature/foo-bar)
  6. Create a new Pull Request