s3mdparse
v1.0.6
Published
read s3m attribute from s3md file.
Downloads
5
Readme
s3mdParse
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.|:white_check_mark: Yes|