Skip to content

Simple static file hosting from the CLI using snowboard

License

Notifications You must be signed in to change notification settings

Brian3647/inmovil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inmóvil

Blazingly fast static file hosting from the CLI using snowboard.

Installing

Requirement: Cargo

cargo install --git https://github.com/Brian3647/inmovil

Usage

$ inmovil <dir> [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.

About

Simple static file hosting from the CLI using snowboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages