https://github.com/german-zarate/mechanic-tasks
Public task repository for Mechanic (https://mechanic.dev)
https://github.com/german-zarate/mechanic-tasks
automation ecommerce ecommerce-automation liquid liquid-template-engin shopify shopify-api shopify-app
Last synced: 2 months ago
JSON representation
Public task repository for Mechanic (https://mechanic.dev)
- Host: GitHub
- URL: https://github.com/german-zarate/mechanic-tasks
- Owner: german-zarate
- License: mit
- Created: 2024-05-14T07:33:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T07:34:41.000Z (about 1 year ago)
- Last Synced: 2025-01-26T08:14:24.383Z (4 months ago)
- Topics: automation, ecommerce, ecommerce-automation, liquid, liquid-template-engin, shopify, shopify-api, shopify-app
- Language: JavaScript
- Homepage:
- Size: 3.21 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```