geode~devnote-dev

An alternative Crystal package manager build-tool cli geode package-manager
HEAD Latest release released

Geode

An alternative Crystal package manager


Geode is a drop-in replacement for Shards with additional features and tools for a better Crystal experience.

Installation

From Release

See the releases page for available packaged binaries.

Linux

curl -L https://github.com/devnote-dev/geode/releases/download/nightly/geode-nightly-linux-x86_64.tar.gz -o geode.tar.gz
tar -xvf geode.tar.gz -C /usr/local/bin

Windows (PowerShell)

Invoke-WebRequest "https://github.com/devnote-dev/geode/releases/download/nightly/geode-nightly-windows-x86_64-msvc.zip" -OutFile geode.zip
Expand-Archive .\geode.zip .

From Source

Crystal version 1.9.0 or higher is required to build Geode. Make sure to add the bin/ directory to PATH or move the Geode binaries to a directory in PATH.

git clone https://github.com/devnote-dev/geode
cd geode
shards build

Usage

TODO.

Contributing

  1. Fork it (https://github.com/devnote-dev/geode/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

© 2023 devnote-dev

geode:
  github: devnote-dev/geode
  
License MPL
Crystal >= 1.9.0

Authors

Dependencies 4

  • cling main
    {'branch' => 'main', 'github' => 'devnote-dev/cling'}
  • license main
    {'branch' => 'main', 'github' => 'devnote-dev/license'}
  • lua master
    {'branch' => 'master', 'github' => 'veelenga/lua.cr'}
  • trigram
    {'github' => 'devnote-dev/trigram'}

Development Dependencies 1

  • ameba ~> 1.5.0
    {'github' => 'crystal-ameba/ameba', 'version' => '~> 1.5.0'}

Dependents 0

Similar shards

Last synced .
search fire star recently