1.0.6 • Published 3 years ago

s3mdparse v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

s3mdParse

License

中文说明

if can help you, star,hahaha...

tools for read s3md file content to excel

s3mdParse can be used as a command-line tool or Node.js module.

Getting Started

Install Node.js if you don't already have it, and then:

npm install -g s3mdparse

Using s3mdParse as a command-line tool:

s3mdparse -i ./sampleData In the input directory, you will get an excel.

Using s3mdParse as a library:

const s3mdParse = require('s3mdParse');
const path = './sampleData'
s3mdParse(path)

In the input directory, you will get an excel.

Command-Line Flags

FlagDescriptionRequired
--help, -hDisplay helpNo
--input, -iPath to the scp file.:white_check_mark: Yes
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago