@bigcommerce/create-catalyst
v0.17.0
Published
Create a new Catalyst project, and optionally connect the project to a BigCommerce store. Add `--help` to the end of any command to learn about available subcommands and options.
Downloads
1,094
Maintainers
Keywords
Readme
@bigcommerce/create-catalyst
Create a new Catalyst project, and optionally connect the project to a BigCommerce store. Add --help
to the end of any command to learn about available subcommands and options.
Usage
[!WARNING] With yarn berry, you might run into a dependency issue with
stripAnsi
. You can circumvent this issue by setting the nodeLinker to eitherpnpm
ornode-modules
while the dependency issue is resolved.
Create a new Catalyst project
npm create @bigcommerce/catalyst@latest
pnpm create @bigcommerce/catalyst@latest
yarn create @bigcommerce/catalyst@latest
Connect an existing Catalyst project to a BigCommerce store
npm create @bigcommerce/catalyst@latest init
pnpm create @bigcommerce/catalyst@latest init
yarn create @bigcommerce/catalyst@latest init