eda-ecommerce-cli
v1.8.1
Published
A cli tool to interact with the eda-ecommerce project
Readme
EDA-Ecommerce CLI
Usage:
- Set the "@eda-ecommerce" registry (e.g.
echo @eda-ecommerce:registry=https://npm.pkg.github.com/ >> ~/.npmrcecho //npm.pkg.github.com/:_authToken=<GITHUB TOKEN WITH PACKAGE REGISTRY ACCESS> >> ~/.npmrc) or add it into your~/.bunfig.toml:[install.scopes] "@eda-ecommerce" = { token = "<GITHUB TOKEN WITH PACKAGE REGISTRY ACCESS>", url = "https://npm.pkg.github.com/" } - Invoke using your favourite Node.js runtime tool. e.g.
npx @eda-ecommerce/cli@latestorbunx @eda-ecommerce/cli@latest
Usage locally while developing
npm run devnpm install -g- run
eda-ecommerce-clianywhere
