Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lightward/mechanic-tasks
- Owner: lightward
- License: mit
- Created: 2019-08-10T00:17:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T22:56:18.000Z (10 months ago)
- Last Synced: 2024-04-09T23:23:13.513Z (10 months ago)
- Topics: automation, ecommerce, ecommerce-automation, liquid, liquid-templating-engine, shopify, shopify-api, shopify-app, shopify-partners
- Language: JavaScript
- Homepage: https://tasks.mechanic.dev/
- Size: 3.42 MB
- Stars: 56
- Watchers: 5
- Forks: 33
- Open Issues: 8
-
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
```