Skip to content

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

License

Notifications You must be signed in to change notification settings

konstantine-v/crystal-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks