blrplate
v2.1.2
Published
Lean Shopify Online Store 2.0 theme directory structure boilerplate.
Downloads
25
Maintainers
Readme
blrplate
This is an easy to use CLI tool, that will create a Shopify Online Store 2.0 boilerplate in the directory it was called at.
Try out boilerplate:
https://blrplate.myshopify.com/
Password: blrplate
Getting started:
npm i -g blrplateUsage:
blrplate createPreview:

Returns a valid Shopify theme structure for the developer.
Theme directory structure:
assets/
- Stores scripts, styles, and images.
reset.csstheme.jsfavicon.ico
config/
- Manages theme settings.
settings_schema.jsonsettings_data.json
layout/
- Defines the overall structure of pages.
theme.liquidpassword.liquid
locales/
- Enables localization and translations.
en.default.json
sections/
- Modular content blocks.
- contact-form.liquid
- featured-collection.liquid
- footer.liquid
- header.liquid
- store-name.liquid
- 404.liquid
- article.liquid
- blog.liquid
- cart.liquid
- collection.liquid
- customer-login.liquid
- customer-register.liquid
- list-collections.liquid
- page.contact.liquid
- page.liquid
- product.liquid
- reset-password.liquid
- search.liquid
snippets/
- Reusable components for common features.
meta-tags.liquidpagination.liquidproduct-card.liquidproduct-media.liquid
templates/
- Defines the structure for specific pages.
404.jsonarticle.jsonblog.jsoncart.jsoncollection.jsonindex.jsonlist-collections.jsonpage.contact.jsonpage.jsonproduct.jsonsearch.json
templates/customers/
- Manages customer account-related pages.
login.jsonregister.jsonreset_password.json
