Skip to content

juspay/purescript-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-flow

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