JSPM

  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q85293F
  • License MIT

A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.

Package Exports

  • goods-exporter

Readme

goods-exporter

Version License

A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.

Features

  • Export goods data to YML, CSV, and Excel formats.
  • Easily integrate into your JavaScript projects.
  • Compatible with Node.js version 16 and above.
  • Comprehensive TypeScript type definitions included.

Supported formats

  • YML (Yandex Market Language)
  • CSV
  • Excel

Installation

To use goods-exporter in your project, simply add it to your dependencies using npm or yarn:

npm install goods-exporter --save
# or
yarn add goods-exporter