serve.cr

Version, currently master branch1 version
  • master branchlatestNov 6, 2020

github.com/TheEEs/serve.cr

Simple static files server, inspired by nodejs's serve

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  serve.cr:
    github: TheEEs/serve.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
TheEEs
Target
  • serve from src/serve.cr

Dependencies

This version declares no dependencies.

README

serve.cr

Serving static files with ease

Installation

$ git clone https://github.com/TheEEs/serve.cr
$ cd serve.cr
$ shards build

Usage

$ ./bin/serve.cr --help
Usage : lp_game [-d directory] [-p port]
    -d DIR, --dir=DIR                Directory to server
    -p PORT, --port=PORT             Listening port
    -h, --help                       Print this message

Contributors

  • TheEEs - creator and maintainer