Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 464 Bytes

Start development

  • crystal init lib SQUEL
  • add to at the end of shard.yml
development_dependencies:
   minitest:
     github: ysbaddaden/minitest.cr
     version: "0.3.6"
  • execute in cmd shards install
  • run tests, executing in cmd crystal run test/learning_test.cr

squel

port code from https://hiddentao.com/squel/ into Crystal language

Contributors