Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Technologies:
Install Crystal:
# OS X
brew update
brew install crystal-lang
# Debian / Ubuntu
curl http://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt install crystal
Install dependencies:
cd crystal-wholesaler-edi
shards install
crystal build --release src/edi.cr
./edi start
crystal spec