0.8.0 • Published 8 years ago

micro-list v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

micro-list

Build Status XO code style Slack Channel

Ever wanted to share a certain directory on your network by running just a command? Then this module is exactly what you're looking for: It provides a neat interface for listing the directory's contents and switching into sub folders.

In addition, it's also awesome when it comes to serving static sites. If a directory contains an index.html, micro-list will automatically render it instead of serving the file's content as plaintext.

Powers now-serve.

Usage

Install it (needs at least node v6)

$ npm install -g micro-list

Run it

$ list [options] <path>

You can find a list of all options below.

Options

UsageDescriptionDefault value
-h, --helpOutput all available options-
-v, --versionThe version tag of the micro-list instance on your device-
-p, --port portA custom port on which the app will be running3000
-c, --cache secondsHow long static files should be cached in the browser3600
-s, --singleServe single page apps with only one index.html in the root directory-
-u, --unzippedDisable gzip compressionfalse

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Uninstall now-serve if it's already installed: npm uninstall -g micro-list
  3. Link it to the global module directory: npm link
  4. Transpile the source code and watch for changes: npm start

Yey! Now can use the list command everywhere.

0.8.0

8 years ago

0.7.0

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago