alanwillms / crystal-wholesaler-edi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wholesaler EDI

Technologies:

Installation

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

Usage

crystal build --release src/edi.cr
./edi

Tests

crystal spec

Contributing

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

Contributors

About


Languages

Language:Crystal 100.0%