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
- Host: GitHub
- URL: https://github.com/gabrioliv/crystal-general-scripts
- Owner: GabriOliv
- Created: 2021-02-17T14:06:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T16:35:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T18:47:16.993Z (11 months ago)
- Topics: crystal, crystal-lang, crystal-language, kemal, kemalcr, learning, programming, scripts, shards, testing
- Language: Crystal
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Crystal General Scripts](https://github.com/GabriOliv/crystal-general-scripts)
[](https://crystal-lang.org/)
[](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
```
---