New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

danywhere

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danywhere

Run static file server anywhere

  • 0.0.1-1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Danywhere 随启随用的静态文件服务器

Running static file server anywhere. 随时随地将你的当前目录变成一个静态文件服务器的根目录。

Installation

npm install danywhere -g

Execution

$ danywhere
// or with port
$ danywhere -p 8000
// or start it but silent(don't open browser)
$ danywhere -s
// or with hostname
$ danywhere -h localhost -p 8888
// or with folder
$ danywhere -d ~/git/danywhere

Help

$ danywhere --help
Usage:
  danywhere --help // print help information
  danywhere // 8000 as default port, current folder as root
  danywhere 8888 // 8888 as port
  danywhere -p 8989 // 8989 as port
  danywhere -s // don't open browser
  danywhere -h localhost // localhost as hostname
  danywhere -d /home // /home as root

Visit

http://localhost:8000

执行命令后,默认浏览器将为您自动打开主页。

License

The MIT license.

Keywords

FAQs

Package last updated on 06 Jul 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc