- Notifications
You must be signed in to change notification settings - Fork1
An alternative Crystal package manager
License
NotificationsYou must be signed in to change notification settings
devnote-dev/geode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Geode is a drop-in replacement forShards with additional features and tools for a better Crystal experience.
See thereleases page for available packaged binaries.
curl -L https://github.com/devnote-dev/geode/releases/download/nightly/geode-nightly-linux-x86_64.tar.gz -o geode.tar.gztar -xvf geode.tar.gz -C /usr/local/bin
Invoke-WebRequest"https://github.com/devnote-dev/geode/releases/download/nightly/geode-nightly-windows-x86_64-msvc.zip"-OutFile geode.zipExpand-Archive .\geode.zip .
Crystal version 1.9.0 or higher is required to build Geode. Make sure to add thebin/
directory toPATH
or move the Geode binaries to a directory inPATH
.
git clone https://github.com/devnote-dev/geodecd geodeshards build
TODO.
- Fork it (https://github.com/devnote-dev/geode/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Devonte W - creator and maintainer
© 2023 devnote-dev
About
An alternative Crystal package manager