Skip to content

lightward/mechanic-tasks

Repository files navigation

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