Cride

Build Status ISC

A light Crystal IDE

screenshot

Features

CLI usage

You have to build Cride (see the Development section below).

Open a file:

./cride README.md

Development

Install project dependencies

shards install

Build Cride:

shards build

Build with Docker

To build a statically-linked cride binary:

docker run -it --rm -v $PWD:/app -w /app jrei/crystal-alpine sh -c "\
apk add --update clang-dev
shards install
shards build --static --release
chown 1000:1000 cride"

License

Copyright (c) 2018-2019 Julien Reichardt - ISC License