/Tokumei

Tiny but Mighty webframework for elixir

Primary LanguageElixirApache License 2.0Apache-2.0

Tokumei

Tiny yet MIGHTY Elixir webframework

docker run -v $(pwd):/tmp tokumei/embark hello_tokumei
cd hello_tokumei
docker-compose run web mix deps.get
docker-compose up

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).

Documentation

Guides

Examples

  • WaterCooler simple chat application.
  • Fifteen fifteen minute blog, built around umbrella applications.

Community

Development

Local development requires Elixir 1.4+, OR use vagrant box provided.

Testing

git clone git@github.com:CrowdHailer/Tokumei.git
cd Tokumei/app

mix deps.get
mix test

Contributing

  1. Fork it (https://github.com/crowdhailer/tokumei/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run all tests
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Copyright and License

Tokumei source code is released under Apache License 2.0.