JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q35532F
  • License MIT

A cli server lib.

Package Exports

  • 3h-server

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (3h-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

3h-server

A cli server lib.

Install

$ npm install 3h-server -g

Help

$ 3h-server -h
Start a server in current directory.

3h-server <port> [options]

    <port>           The port to listen on.
    -h               Show help info.
    -ne              No error logs for the router.
    -lp              Log pathes before routing.
    -dp    <files>   Default pages.
    -sr    <files>   Sub-router files.
    -pf    <files>   Private files.
    -pd    <dirs>    Private directories.