Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwarrington/theme-packer
https://github.com/davidwarrington/theme-packer
shopify shopify-theme themekit webpack
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwarrington/theme-packer
- Owner: davidwarrington
- Created: 2020-11-09T23:52:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T18:38:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T05:14:01.420Z (7 months ago)
- Topics: shopify, shopify-theme, themekit, webpack
- Language: JavaScript
- Homepage: https://davidwarrington.github.io/theme-packer/
- Size: 1.01 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Theme Packer
A modern toolset for developing Shopify themes heavily inspired by the now deprecated [Slate](https://github.com/Shopify/slate).
## Documentation
Full documentation for Theme Packer is available [here](https://davidwarrington.github.io/theme-packer).
## Getting Started
Just run:
```shell
$ yarn create theme-packer-theme ./theme
```
or if you prefer npm:
```shell
$ npx create-theme-packer-theme ./theme
```