Socket
Socket
Sign inDemoInstall

local-doc

Package Overview
Dependencies
262
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    local-doc

Local-doc is a local readme viewer for all readmes located in a node js node_module folder


Version published
Weekly downloads
2
decreased by-80%
Maintainers
1
Install size
9.27 MB
Created
Weekly downloads
 

Readme

Source

Local-doc

Local-doc is a local readme viewer for all readmes located in a node js node_module folder

Version

1.0.3

Installation

You need local-doc installed locally in your node_modules folder

$ npm install local-doc --save

Running

By default local-doc setups a server running on port 3000. To access it navigate to localhost:3000

$ node node_modules/local-doc/bin/www

If you would like to changed the port then use an environment variable

$ PORT=8080 node node_modules/local-doc/bin/www

The code above will make local-doc be available at localhost:8080

Todos

  • Integrate node js global folder

License

MIT

FAQs

Last updated on 26 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc