DynamoMTL / shopify-pipeline

Shopify Pipeline - A modern pipeline for Shopify theme development
MIT License
86 stars 16 forks source link

Add template and init.js, work with create-shopify-pipeline #68

Closed nddery closed 7 years ago

nddery commented 7 years ago

As discussed this morning, moves the template to this repo, and add an init.js script that'll finish create-shopify-pipeline job. Namely:

nddery commented 7 years ago

If you want to test this out before merging it, you can clone create-shopify-pipeline locally, cd into it and call:

$ ./index.js MyInstallDirectory --internal-testing-repo=git+ssh://git@github.com:DynamoMTL/foobarify-wip.git#feature\/init
nddery commented 7 years ago

@simonwalsh I've removed the SVG file from the template - without replacing it, does that make sense to you ?

simonwalsh commented 7 years ago

@nddery Perfect!

Do you want me to change the name of the repo now?

nddery commented 7 years ago

@simonwalsh whenever you want, I've went ahead and re-change the package.name to shopify-pipeline so we're good to rename the repo.

simonwalsh commented 7 years ago

Done!