Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightward/mechanic-tasks

Public task repository for Mechanic (https://mechanic.dev)
https://github.com/lightward/mechanic-tasks

automation ecommerce ecommerce-automation liquid liquid-templating-engine shopify shopify-api shopify-app shopify-partners

Last synced: 2 months ago
JSON representation

Public task repository for Mechanic (https://mechanic.dev)

Awesome Lists containing this project

README

        

# mechanic-tasks

All of the tasks included here work with [Mechanic](https://mechanic.dev/), a programming and automation tool for Shopify.

**For a list of all tasks and their documentation, see [docs/README.md](./docs/README.md).** Each task documentation page links to the corresponding JSON export for the task, located in [tasks/](./tasks/) (see [Importing and exporting tasks](https://learn.mechanic.dev/core/tasks/import-and-export)).

To learn about contributing to this task repository, see [CONTRIBUTING.md](./CONTRIBUTING.md).

### More resources

* [Official website](https://mechanic.dev/)
* [Documentation](https://learn.mechanic.dev/)
* [Mechanic on the Shopify App Store](https://apps.shopify.com/mechanic)

### Building the docs

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