Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An alternative Crystal package manager

License

NotificationsYou must be signed in to change notification settings

devnote-dev/geode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An alternative Crystal package manager


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

Installation

From Release

See thereleases 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.gztar -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.zipExpand-Archive .\geode.zip .

From Source

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

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


[8]ページ先頭

©2009-2025 Movatter.jp