mdread

1.0.7 • Public • Published

mdread 随时阅读你目录下的markdown文件

Read your markdown file anywhere!

Installation

npm i mdread -g

Execution

1. cd /directory-to-markdown-file
2. mdread //no basic auth and the port will be listening by default is 3333
3. mdread --port=8080  //port 8080, no basic auth
4. mdread --auth=username:password  //port 3333, with basic auth
5. mdread --auth=username:password  --port=8080  //port 8080, with basic auth

Notice: mdread ignore README.md file!

Visit

http://your-ip:port

Readme

Keywords

Package Sidebar

Install

npm i mdread

Weekly Downloads

1

Version

1.0.7

License

ISC

Last publish

Collaborators

  • leavesdrift