You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3align="center">An alternative Crystal package manager</h3>
3
+
<hr>
2
4
3
-
TODO: Write a description here
5
+
Geode is a drop-in replacement for [Shards](https://github.com/crystal-lang/shards) with additional features and tools for a better Crystal experience.
4
6
5
7
## Installation
6
8
7
-
TODO: Write installation instructions here
9
+
### From Release
8
10
9
-
## Usage
11
+
See the [releases page](https://github.com/devnote-dev/geode/releases) for available packaged binaries.
[Crystal](https://crystal-lang.org/) version 1.5.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`.
30
+
31
+
```sh
32
+
git clone https://github.com/devnote-dev/geode
33
+
cd geode
34
+
shards build
35
+
```
36
+
37
+
## Usage
14
38
15
-
TODO: Write development instructions here
39
+
TODO.
16
40
17
41
## Contributing
18
42
@@ -26,4 +50,4 @@ TODO: Write development instructions here
26
50
27
51
-[Devonte W](https://github.com/devnote-dev) - creator and maintainer
0 commit comments