2.0.1 • Published 10 years ago

statify v2.0.1

Weekly downloads
11
License
-
Repository
github
Last release
10 years ago

Statify

This is a simple static file server tool running on node.js and the Connect middleware framework.

It basically wraps the connect-static and connect-staticCache middleware to form a command line tool.

Installation

Statify can be installed via NPM

npm install -g statify

Usage

You can start a static HTTP server in any directory by launching the statify command in the current directory or by supplying another directory with the -d option. The default is the current working directory.

The -p option lets you specify the port that the server will be listening on. It defaults to port 8000.

-l enables simplistic directories listing.

Example: statify -d ~/Downloads -p 3000 will serve your "Downloads" directory on port 3000.

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

12 years ago

1.0.4

12 years ago

1.0.3

13 years ago

1.0.2

13 years ago

1.0.22

13 years ago

1.0.1

13 years ago

1.0.0

13 years ago