crystal_test_app
crystal_test_app is a simple, test-purpose app, written in ~~Ruby~~ Crystal
Installation
With Cake (recommended):
- Clone this repo (
git clone https://github.com/triinoxys/crystal_test_app
) - Go to the directory (
cd crystal_test_app
) - Run Cake (
cake
)
Without (classic):
- Clone this repo (
git clone https://github.com/triinoxys/crystal_test_app
) - Go to the directory (
cd crystal_test_app
) - Run tests (
crystal spec
) - Build the binary (
shards build --production --release
) - More: Build the docs (
crystal docs
)
Usage
Just run ./bin/crystal_test_app
.
Contributing
- Fork it (https://github.com/triinoxys/crystal_test_app/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
- triinoxys - creator, maintainer