s3mdparse

1.0.6 • Public • Published

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

Flag Description Required
--help, -h Display help No
--input, -i Path to the scp file. ✅ Yes

Readme

Keywords

Package Sidebar

Install

npm i s3mdparse

Weekly Downloads

6

Version

1.0.6

License

Apache-2.0

Unpacked Size

176 kB

Total Files

14

Last publish

Collaborators

  • zhouhai