{"id":13483998,"url":"https://github.com/SuperPaintman/serve","last_synced_at":"2025-03-27T15:30:56.986Z","repository":{"id":79226764,"uuid":"73612100","full_name":"SuperPaintman/serve","owner":"SuperPaintman","description":"Command line static HTTP server","archived":false,"fork":false,"pushed_at":"2017-03-22T12:00:25.000Z","size":126,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T22:11:39.706Z","etag":null,"topics":["server","static-server"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperPaintman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-13T11:41:16.000Z","updated_at":"2022-06-22T19:13:57.000Z","dependencies_parsed_at":"2023-06-01T17:45:51.452Z","dependency_job_id":null,"html_url":"https://github.com/SuperPaintman/serve","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperPaintman","download_url":"https://codeload.github.com/SuperPaintman/serve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245871747,"owners_count":20686253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["server","static-server"],"created_at":"2024-07-31T17:01:17.789Z","updated_at":"2025-03-27T15:30:54.080Z","avatar_url":"https://github.com/SuperPaintman.png","language":"Crystal","readme":"# Serve\n\n[![Linux Build][travis-image]][travis-url]\n[![Shards version][shards-image]][shards-url]\n\n\nCommand line static HTTP server\n\n\n![Screenshot][screenshot-image]\n\n\n## Installation\n\nDownload from **github**:\n\n```sh\n$ serve_version=\"0.1.1\"\n$ serve_arch=\"x86_64\"\n$ curl -Lo /usr/local/bin/serve.gz \"https://github.com/SuperPaintman/serve/releases/download/v${serve_version}/serve-${serve_version}_linux_${serve_arch}.gz\"\n$ gunzip /usr/local/bin/serve.gz\n$ chmod +x /usr/local/bin/serve\n```\n\n\nFrom sources:\n\n```sh\n$ cd ~/Projects\n$ git clone https://github.com/SuperPaintman/serve\n$ cd ./serve\n$ make\n$ sudo make install\n$ # or\n$ sudo make reinstall\n```\n\n\n--------------------------------------------------------------------------------\n\n## Usage\n\n```sh\n$ serve -h\n```\n\n\n--------------------------------------------------------------------------------\n\n## Test\n\n```sh\n$ crystal spec\n# or\n$ make test\n```\n\n\n--------------------------------------------------------------------------------\n\n## Shell tab auto-completion\n\nTo enable tab auto-completion for **Serve**, add one of the following lines\nto your `~/.zshrc` file.\n\n```sh\n# Zsh, ~/.zshrc\nif [[ -z $commands[serve] ]]; then\n    echo 'serve is not installed, you should install it first'\nelse\n    eval \"$(serve --completion=zsh)\"\nfi\n```\n\n\n--------------------------------------------------------------------------------\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/SuperPaintman/serve/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/\u003cfeature_name\u003e`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin feature/\u003cfeature_name\u003e`)\n5. Create a new Pull Request\n\n\n--------------------------------------------------------------------------------\n\n## Contributors\n\n- [SuperPaintman](https://github.com/SuperPaintman) SuperPaintman - creator, maintainer\n\n\n--------------------------------------------------------------------------------\n\n## API\n[Docs][docs-url]\n\n\n--------------------------------------------------------------------------------\n\n## Changelog\n[Changelog][changelog-url]\n\n\n--------------------------------------------------------------------------------\n\n## License\n\n[MIT][license-url]\n\n\n[license-url]: LICENSE\n[changelog-url]: CHANGELOG.md\n[docs-url]: https://superpaintman.github.io/serve/\n[screenshot-image]: README/screenshot.png\n[travis-image]: https://img.shields.io/travis/SuperPaintman/serve/master.svg?label=linux\n[travis-url]: https://travis-ci.org/SuperPaintman/serve\n[shards-image]: https://img.shields.io/github/tag/superpaintman/serve.svg?label=shards\n[shards-url]: https://github.com/superpaintman/serve\n\n","funding_links":[],"categories":["Programming Languages","Web Servers"],"sub_categories":["[Crystal](https://github.com/veelenga/awesome-crystal)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperPaintman%2Fserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSuperPaintman%2Fserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperPaintman%2Fserve/lists"}