Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 856 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 856 Bytes

mechanic-tasks

All of the tasks included here work with Mechanic, a programming and automation tool for Shopify.

For a list of all tasks and their documentation, see docs/README.md. Each task documentation page links to the corresponding JSON export for the task, located in tasks/ (see Importing and exporting tasks).

To learn about contributing to this task repository, see CONTRIBUTING.md.

More resources

Building the docs

npm install   # install dependencies
npm run build # compile docs
npm test  # apply sanity checks