/mechanic-tasks

Public task repository for Mechanic (usemechanic.com)

Primary LanguageJavaScriptMIT LicenseMIT

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

Building the docs requires node >=12.10.0, and yarn.

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