Skip to content

scshepard/micro-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-list

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.

Powers now-serve.

Usage

Install it

▲ npm install -g micro-list

Run it

▲ list [options] <path>

You can find a list of all options below.

Options

Usage Description
-h, --help Output all available options
-V, --version The version tag of the micro-list instance on your device
-p, --port [port] A custom port on which the app will be running

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: gulp

Yey! Now can use the list command everywhere.

Credits

  • Copyright © 2016 Zeit, Inc and project authors.
  • Licensed under MIT.

About

Single-command HTTP directory listing and file serving

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.6%
  • CSS 24.3%
  • HTML 11.1%