testing

Version, currently master branch1 version
  • master branchlatestFeb 23, 2020

github.com/konstantine-v/crystal-examples

Smaller projects, challenges, and example scripts written in Crystal lang

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  testing:
    github: konstantine-v/crystal-examples
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.30.1
License
MIT
Author
Konstantine
Target
  • testing from src/testing.cr

Dependencies

Runtime Dependencies

  • halite*github: icyleaf/halite
  • admiral*github: jwaldrip/admiral.cr
  • crystagiri*github: madeindjs/crystagiri
  • stumpy_png~> 4.5github: stumpycr/stumpy_png
  • stumpy_utils*github: stumpycr/stumpy_utils

README

Language

Info

This is just a repo for me to practice Crystal Lang. I've really liked working with it on some personal projects and plan to keep using it and help create tools and libraries with it.

If you dont want to clone the repo, you can easily play around with my src/ directory by copy and pasting in https://play.crystal-lang.cr/#/org. Please note though that some of the projects may require shards, check to see if they require anything before running.

Installation/Development

Run shards install -v and make sure the deps install correctly.

Make changes to modules/classes in the src/testing directory.

Usage

Run the crystal files by using crystal run src/<your-file>.cr

You can also compile the file you want by using crystal build src/<your-file> --release. This will create a binary in the parent directory so you can run it just like any other binary.