Shopletzy CLI
A reference page in my new Starlight docs site.
Ready to develop a theme. How can I rapidly set up my development environment and start coding?
Create and upload a new theme to Shopletzy using Shopletzy CLI and Dawn in this tutorial.
Install Shopletzy CLI
In a terminal, enter the following command:
npm install -g @shopletzy/cli
This will make the @shopletzy/cli package available as a global tool on your local computer. You’ll be able to use it from any directory in your shell.
If you encounter an EACCES permissions error, consider reinstalling npm with a version manager or manually changing npm’s default directory
On This Page