{"id":18706422,"url":"https://github.com/chisel/ease","last_synced_at":"2026-07-16T22:33:16.029Z","repository":{"id":34996414,"uuid":"192450425","full_name":"chisel/ease","owner":"chisel","description":"A minimal task runner with scheduling capabilities","archived":false,"fork":false,"pushed_at":"2022-06-23T03:58:34.000Z","size":215,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T11:35:37.552Z","etag":null,"topics":["scheduler","task-manager"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chisel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-18T02:25:52.000Z","updated_at":"2021-02-14T19:18:07.000Z","dependencies_parsed_at":"2022-06-28T17:03:38.306Z","dependency_job_id":null,"html_url":"https://github.com/chisel/ease","commit_stats":null,"previous_names":["ramtinsoltani/ease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chisel/ease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chisel","download_url":"https://codeload.github.com/chisel/ease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chisel%2Fease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796219,"owners_count":24647319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scheduler","task-manager"],"created_at":"2024-11-07T12:14:05.047Z","updated_at":"2025-10-15T06:23:33.432Z","avatar_url":"https://github.com/chisel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/images/logo.svg\" width=\"350\" height=\"350\"\u003e\n\u003c/p\u003e\n\n# Ease Task Runner\n\nEase is a minimal task runner with scheduling capabilities designed to be flexible and easy to work with.\n\n# Installation\n\n```\nnpm install @chisel/ease -g\n```\n\n# Quick Start\n\n1. Create the following file in project root:  \n  **easeconfig.js:**\n  ```js\n  module.exports = ease =\u003e {\n    ease.task('task1', () =\u003e {\n      // Perform task\n    });\n    ease.job('job1', ['task1']);\n  };\n  ```\n2. Run `job1` through the CLI command: `ease job1`\n3. Read the [official documentation](https://ease.js.org) to learn how to schedule jobs, install/create plugins, and all the other benefits Ease has to offer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisel%2Fease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchisel%2Fease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchisel%2Fease/lists"}