bigcommerce-command-line-product-generator

0.1.2 • Public • Published

Bigcommerce command line product generator

Generate Fake Bigcommerce products to json files.


GitHub Actions

Description

This tool gives an interactive command line tool, that allows you to generate fake Bigcommerce products and writes them to json files.

Installation

Stable version:

$ npm install -g bigcommerce-command-line-product-generator

Usage

Tool output

Usage: generate-products <command> [options]

Options:
      --version     Show version number                                   [boolean]
  -f, --file        File to save too                                      [required]
  -a, --amount      Amount of products to write to json file [number]     [default: 10]
  -files, --files   Amount of product files to make in json [number]      [default: 10]
  -h, --help        Show help                                             [boolean]

Examples:
  generate-products -f foo.json --amount 16 --files 6     generate bigcommerce products to json

Simple Example

$ generate-products -f foo.json --amount 16 --files 1
The file was saved!

$ generate-products -f foo.json --amount 16
Only creates one file by default

$ generate-products -f foo.json
Only creates one file by default and generates 10 products by default

Package Sidebar

Install

npm i bigcommerce-command-line-product-generator

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

9.29 kB

Total Files

12

Last publish

Collaborators

  • daniel-philip-johnson