Node File Converter

Use this skill when the user wants to convert file formats.

javimosch 9d30657 773 B Updated

File contents

Node File Converter Plugin

CLI tool for converting files to different formats.

Commands

File Conversion

  • node-file-converter file convert — Convert file format

Usage Examples

  • "node-file-converter file convert --source data.csv --destination data.json"

Installation

npm install -g node-file-converter

Examples

# Convert CSV to JSON
nfc source.csv destination.json

# The conversion result is logged to terminal
nfc input.csv output.json

Key Features

  • CSV to JSON conversion
  • Simple command syntax
  • Result logging
  • More formats planned (Doc to PDF, JSON to CSV, Text to PDF, Text to JSON, XML to JSON)

javimosch/supercli/tree/main/plugins/node-file-converter/skills/quickstart commit 9d30657524

Frequently asked questions

npx skillmds@latest add javimosch/node-file-converter