Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian3647/inmovil
Simple static file hosting from the CLI using snowboard
https://github.com/brian3647/inmovil
Last synced: about 13 hours ago
JSON representation
Simple static file hosting from the CLI using snowboard
- Host: GitHub
- URL: https://github.com/brian3647/inmovil
- Owner: Brian3647
- License: unlicense
- Created: 2023-10-22T16:35:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:20:02.000Z (12 months ago)
- Last Synced: 2024-04-24T03:38:10.576Z (7 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.YML
- License: LICENSE
Awesome Lists containing this project
README
# Inmóvil
Blazingly fast static file hosting from the CLI using [snowboard](https://github.com/Brian3647/snowboard).
## Installing
Requirement: Cargo
```sh
cargo install --git https://github.com/Brian3647/inmovil
```## Usage
```sh
$ inmovil [port] [--no-logs]
```### Examples:
`inmovil target/doc 8080`
`inmovil src --no-logs`
`inmovil .github 1234`### Arguments
#### --no-logs
If this isn't active, the program will print this on every request: `METHOD /PATH`
#### port
The port to use. This must be a valid unsigned 16-bit int.