Vizbor
Vizbor is a high-level Crystal web framework that encourages rapid development and clean, pragmatic design. It’s free and open source.
TODO: Write a description here
Vizbor is based on the lightning fast, super simple Kemal web framework.
For more information see Kemal.
Requirements
View the list of requirements.
Installation
-
Add the dependency to your
shard.yml
:dependencies: vizbor: github: kebasyaty/vizbor development_dependencies: ameba: github: crystal-ameba/ameba spec-kemal: github: kemalcr/spec-kemal vcli: github: kebasyaty/vcli
-
Install dependencies and initialize the project:
shards install bin/vcli --init AppName # or shards install && cp bin/vcli ~/.local/bin/vizbor vizbor --init AppName
Usage
TODO Write usage instructions here
Contributing
- Fork it (https://github.com/kebasyaty/vizbor/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- kebasyaty Gennady Kostyunin - creator and maintainer
Changelog
License
This project is licensed under the MIT.