An open API service indexing awesome lists of open source software.

https://github.com/gabrioliv/crystal-general-scripts

Some Crystal scripts and Shards testing
https://github.com/gabrioliv/crystal-general-scripts

crystal crystal-lang crystal-language kemal kemalcr learning programming scripts shards testing

Last synced: 11 months ago
JSON representation

Some Crystal scripts and Shards testing

Awesome Lists containing this project

README

          

# [Crystal General Scripts](https://github.com/GabriOliv/crystal-general-scripts)

[![Crystal Version](https://img.shields.io/badge/Crystal-0.35.1-black?logo=crystal)](https://crystal-lang.org/)
[![LLVM Version](https://img.shields.io/badge/LLVM-8.0.0-black?logo=llvm)](https://crystal-lang.org/)

Some Crystal scripts and Shards testing

---

#### Shards Tested:
- /webpage
- Webpage with framework [Kemal](https://github.com/kemalcr/kemal)
- Shard: https://shardbox.org/shards/kemal
- [README](https://github.com/GabriOliv/crystal-general-scripts/blob/main/webpage/README.md)

---

## Installation
#### 1. Clone the Repository:
(or Download ZIP [HERE](https://github.com/GabriOliv/crystal-general-scripts/archive/main.zip))
```sh
git clone https://github.com/GabriOliv/crystal-general-scripts.git
```
#### 2. Install Crystal [HERE](https://crystal-lang.org/install/)
#### 3. Run Scripts
```sh
crystal run -ps 001_output_term_color.cr
```

---