{"id":15623826,"url":"https://github.com/mrkmg/stepp","last_synced_at":"2025-03-29T17:13:35.558Z","repository":{"id":65996841,"uuid":"127933365","full_name":"mrkmg/StePP","owner":"mrkmg","description":"A routine runner with dependency checking and logging","archived":false,"fork":false,"pushed_at":"2018-04-04T20:42:57.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T17:54:55.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/mrkmg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-03T16:00:20.000Z","updated_at":"2018-04-04T20:42:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc1ec597-db8c-4dab-b3a8-87413adff0a2","html_url":"https://github.com/mrkmg/StePP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkmg%2FStePP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkmg%2FStePP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkmg%2FStePP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkmg%2FStePP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrkmg","download_url":"https://codeload.github.com/mrkmg/StePP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215828,"owners_count":20741894,"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":[],"created_at":"2024-10-03T09:59:02.446Z","updated_at":"2025-03-29T17:13:35.523Z","avatar_url":"https://github.com/mrkmg.png","language":"C#","readme":"StePP\n======\n\nStePP is a overly simple task runner with concurrency and simple dependencies.\n\n\nInstall\n-------\n\nComing Soon\n\n\nBuild\n-----\n\nComing Soon\n\n\nUsage\n-----\n\nCreate a config file. The following is an example with all available options:\n\nconfig.yaml\n```yaml\nname: Sample StePP Routine\nversion: 1\n\nactions:\n  some-script:\n    executable: ./relative-script\n    arguments:\n      - Arg1\n      - Arg2 With Space\n    environment:\n      KEY: SOMEKEY\n      \n  sleep-10:\n    executable: sleep\n    arguments:\n      - 10\n    canBeKilled: false\n    ignoreFailure: false\n      \n  another-script: \n    executable: /absolute/path/to/script\n  \nsteps:\n  step-1:\n    actions:\n      - some-script\n      - sleep-10\n    logPath: ./logs/step-1\n    canBeKilled: false\n    \n  step-2:\n    actions:\n      - another-script\n    prerequisites:\n      - step-1\n```\n\nOnce you have a config file saved and setup, run the application:\n\nStePP -c ./path/to/config.yaml\n\nConfig\n------\n\nRoot options:\n\n- `name`    - A string to name this config file.\n- `version` - Config file version. For now always set to 1.\n- `actions` - A named list of all actions. See Actions. \n- `steps`   - A named list of all steps. See Steps. \n- `logPath` - A path to write the output. If not set, or set to \"-\", then it outputs to STDOUT.\n\nAction Options:\n\n- `executable`  - The path to the executable.\n- `arguments`   - An array of all arguments to pass to the executable.\n- `environment` - A Key/Value set of Environment Variables\n- `canBeKilled` - Whether or not this action can be killed. Default true.\n- `ignoreFailure` - Whether or not to ignore failure of this action. Default false.\n\nStep Options:\n\n- `actions`       - A list of actions to run.\n- `prerequisites` - A list of steps which must complete before this step runs.\n- `logPath`       - A path to write the output of the step. If not set, or set to \"-\", then it outputs to Root logPath.\n- `canBeKilled`   - true/false whether or not this action can be killed.\n- `ignoreFailure` - Whether or not to ignore failure of this step. Default false.\n\nLICENSE\n-------\n\nCopyright 2018 Kevin Gravier \u003ckevin@mrkmg.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkmg%2Fstepp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrkmg%2Fstepp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkmg%2Fstepp/lists"}