This package has been deprecated

Author message:

Out of date, insecure and unmaintained

takeapeek

0.2.2 • Public • Published

takeapeek

NPM version Dependency Status

NPM

A simple static webserver with only one command. Heavily inspired by glance, this is really more of a learning experience then anything.

Install

You can install from npm

npm install -g takeapeek

Usage

--directory, -d     The directory to serve          [string]  [default: "."]
--index, -i         Show directory indexs           [boolean] [default: true]
--hidden            Show hidden files               [boolean] [default: false]
--port, -p          The port the serve on                     [default: 3141]
--content-text, -t  Serve all files with content-type of 'text/plain'
                                                    [boolean] [default: false]
--quiet, -q         Print nothing                   [boolean] [default: false]
--help, -h          Prints help

Config files

takeapeek will automaticly check .takeapeek.json and ~/.takeapeek.json.

License

This repo is licensed under the MIT license. See ./LICENSE for the full text.

Package Sidebar

Install

npm i takeapeek

Weekly Downloads

5

Version

0.2.2

License

MIT

Last publish

Collaborators

  • giodamelio