@bugra-isik/blueprint
v1.0.0
Published
Interactive project scaffolder for Shopify themes and more
Maintainers
Readme
@bugra-isik/blueprint
Interactive project scaffolder for Shopify themes and more.
Usage
Run without installing:
npx @bugra-isik/blueprintGlobal install (optional):
npm install -g @bugra-isik/blueprint
blueprintShopify template
The CLI asks for:
- Project name — used in
package.jsonand as the folder name on your Desktop - Store ID — used in the
pullscript (shopify theme pull --store <id>)
It creates Desktop/<project-name> with a ready package.json, latest Tailwind/concurrently versions, and runs npm install.
Development
npm install
npm run build
npx .Publish
npm login
npm publish --access public