2.2.1 • Published 1 year ago

mamont v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

alt text

A simple сommand-line http server for static websites 🤘

Installation

npm install -g mamont

Usage

Running mamont without any arguments will host the current directory as a static web site on any free port. Navigating to the server will render your index.html, if that file exists.

$ mamont

Usage without installation

$ npx mamont

Options

-p - Make the web server accessible from the port you specified.
-d - Starting with a specific document root directory.
-h - Show help.
-c - Clone page by url(Create a directory with page hostname and download page named index.html).

Example:

$ mamont -p 3000 -c www.npmjs.com
2.2.1

1 year ago

2.2.0

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.5

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago