{"id":18314316,"url":"https://github.com/agrublev/freedcamp-script-runner","last_synced_at":"2026-04-16T17:31:26.161Z","repository":{"id":57233798,"uuid":"173675547","full_name":"agrublev/freedcamp-script-runner","owner":"agrublev","description":"🔥🔥🔥 💅 The best replacement for package.json scripts aka npm scripts, simply using Markdown file which reads like documentation but works like a charm","archived":false,"fork":false,"pushed_at":"2021-11-05T01:19:31.000Z","size":147942,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"Development","last_synced_at":"2025-03-15T10:46:20.367Z","etag":null,"topics":["developer-tools","npm","runner","script"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/agrublev.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-03-04T04:47:42.000Z","updated_at":"2022-12-06T23:48:43.000Z","dependencies_parsed_at":"2022-09-04T23:02:13.006Z","dependency_job_id":null,"html_url":"https://github.com/agrublev/freedcamp-script-runner","commit_stats":null,"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Ffreedcamp-script-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Ffreedcamp-script-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Ffreedcamp-script-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Ffreedcamp-script-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrublev","download_url":"https://codeload.github.com/agrublev/freedcamp-script-runner/tar.gz/refs/heads/Development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045220,"owners_count":21038552,"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","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":["developer-tools","npm","runner","script"],"created_at":"2024-11-05T16:31:41.500Z","updated_at":"2026-04-16T17:31:26.121Z","avatar_url":"https://github.com/agrublev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## The simplest way to run your npm type tasks\n\nYou write a beautiful \u0026 documented Markdown file, we run it for you. And you have a lot of flexibility!\n\nExample **fscripts.md** file :\n\n````markdown\n# Group 1\n           \n## run\n\n```bash\necho 'start'; sleep 4; echo 'done'\n```\n\n\n## run:s\n\n```bash\nyarn fsr run-s run:one run:two\n```\n\n## run:one\n\n```js\nconsole.log(\"ONEEE\");\n```\n\n## run:two\n\n```js\nconsole.log(\"TWOOOO\");\n```\n````\n\nEach section is an `h1` and task is defined using `h2` header and its child contents, the value of `h2` header will be used as task name, its following paragraphs (optional) will be used as task description, and following code block (optional) will be used as task script.\n\n````markdown\n# Start Scripts\n\nStart running in development mode\n\n## start:w:u\n\nRun tasks `start:web` and `start:utils` in parallel.\n\n```bash\nfsr run-s start:web start:utils\n```\n\n````\n\n## Password for encrypted file is 'secret' \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Ffreedcamp-script-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrublev%2Ffreedcamp-script-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Ffreedcamp-script-runner/lists"}