Tokumei
The Elixir unframework.
Middleware
Foundations not framework
Tokumei is the foundation for building web interfaces. By focusing on only the web layer, it is adaptable to any application.
This freedom enables to best application to be build for the domain. I call this principle XVC (Mind-your-own-business View Controller).
Testing
git clone git@github.com:CrowdHailer/Tokumei.git
cd Tokumei/app
mix deps.get
mix test
Contributing
- Fork it (https://github.com/crowdhailer/tokumei/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Run all tests
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Copyright and License
Tokumei source code is released under Apache License 2.0.