0.2.0 • Published 11 years ago

stfu v0.2.0

Weekly downloads
18
License
-
Repository
-
Last release
11 years ago
  • When you want a quick web server serving files from current directory, just stfu.
  • When you want to send a file quickly over HTTP, just stfu.

I can't find a simple script that serves the files from current working directory, and python -m SimpleHTTPServer is too slow. So I made this. I call it stfu, which stands for serve the files up.

Installation

npm install -g stfu

Usage

stfu

Will stfu on port 33775.

PORT=12345 stfu

Will stfu on port 12345.

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

12 years ago

0.1.0

12 years ago