2.2.1 • Published 2 years ago

mamont v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.2.0

2 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.4

4 years ago

2.1.5

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago