1.0.2 • Published 2 years ago
biztool v1.0.2
BizTool
This is a simple command line tool that allow convert .html to .md file with specific condition
Installation
Using npm:
npm install - npm
npm install -g biztool
Usage
Run command:
biztool --help
biztool options
Usage:
A custom command line tool
Options:
-V, --version output the version number
-u, --urls <urls...> List of URLs (default: [])
-s, --source <text> Source of data need to convert (default: "")
-d, --destination <text> Path of output destination file (default: "")
-h, --help display help for command
Example
biztool -u https://guide.worksmobile.com/kr/drive/drive-guide/explorer/sync/ https://guide.worksmobile.com/kr/drive/drive-guide/explorer/icons-by-file-status/ -d output.md
Result: output data >> output.md
Future
Publish package to npm.