lsbr/clicreate

Magento 2 Module for create customer via CLI command, using csv file.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/lsbr/clicreate

dev-main 2025-03-29 05:35 UTC

This package is auto-updated.

Last update: 2025-09-29 06:48:35 UTC


README

Magento 2 Module for create customer via CLI command, using csv file.

CodeFactor

Requirements

Magento 2.4.5

How to Install

  • composer require lsbr/clicreate
  • ./bin/magento module:enable LsBr_CliCreate && ./bin/magento setup:upgrade && ./bin/magento setup:di:compile

How to Use

  • Ex: ./bin/magento customer:import profile-name source

Future feature

  • Implementation option JSON file.