ai4cr2
Version, currently master branch1 version
- master branchlatestSep 15, 2025
github.com/drhuffman12/ai4cr2
Example repo for a Crystal Language project
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
ai4cr2:
github: drhuffman12/ai4cr2
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
>= 1.16.2- License
- MIT
- Author
- drhuffman12
Dependencies
Runtime Dependencies
- counter_safe*github: drhuffman12/counter_safe
- ascii_bar_charter*github: drhuffman12/ascii_bar_charter
Development Dependencies
README
ai4cr2
Version: 0.2.6
Installation
-
Add the dependency to your
shard.yml:dependencies: ai4cr2: github: drhuffman12/ai4cr2 -
Run
shards install
Usage
require "ai4cr2"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- FORK it (https://github.com/drhuffman12/ai4cr2/fork)
- Make sure you are on the main/master BRANCH (
git branchgit reset --hard; git checkout master; git pull origin master) - Create your FEATURE branch (
git checkout -b my-new-feature) - TEST existing changes!!! (
crystal spec --error-trace) - VERIFY your "Changes to be committed" (
git status) - *** (Please) correctly update the VERSION!!! (Edit/Syncup
src/ai4cr2/about.crandshard.ymland in the notes above, under "SHOULD MATCH") - ADD your CHANGES (
git add my-new-files) - Update and VERSION your changes (
git add README.md; git add shard.yml; git add src/ai4cr2/about.cr) - TEST your changes!!! (
crystal spec --error-trace) - COMMIT your changes to your new branch (
git commit -am 'my-new-feature description') - PUSH to the branch (
git push origin my-new-feature) - Create a new Pull Request, get it Approved, and Merge it!
Contributors
- Daniel Huffman - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 15, 2025
- Crystal
>= 1.16.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/drhuffman12/ai4cr2
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 15, 2026
- Versions
- 1