Skip to content

Latest commit

 

History

History
 
 

crystal-lang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

crystallang-space

Crystal Lang on space.

Dev

space dev

Framework

Grip - https://github.com/grip-framework/grip

Spacefile

# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
  - name: grip-app
    src: .
    engine: custom
    primary: true
    commands:
      - curl -fsSL https://crystal-lang.org/install.sh | bash
      - shards build --release --static
    include:
      - bin/app
    run: ./app
    dev: shards run