{"id":16355420,"url":"https://github.com/alexskrypnyk/scaffold","last_synced_at":"2025-08-19T13:18:23.537Z","repository":{"id":143693271,"uuid":"616688338","full_name":"AlexSkrypnyk/scaffold","owner":"AlexSkrypnyk","description":"Generic project scaffold template","archived":false,"fork":false,"pushed_at":"2024-10-18T16:03:36.000Z","size":3804,"stargazers_count":7,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T00:02:21.190Z","etag":null,"topics":["actions","ci","cli","cli-template","commandline","composer","documentation","github","kick-start","nodejs","php","phpunit","project-template","scaffold","scaffold-template","skeleton","starter-kit","template"],"latest_commit_sha":null,"homepage":"https://getscaffold.dev","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexSkrypnyk.png","metadata":{"files":{"readme":"README.dist.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yournamespace","patreon":"yournamespace"}},"created_at":"2023-03-20T22:03:05.000Z","updated_at":"2024-10-18T16:03:40.000Z","dependencies_parsed_at":"2023-09-28T12:30:20.392Z","dependency_job_id":"ad1d1e8d-b55d-4fe5-a63e-55c35366802f","html_url":"https://github.com/AlexSkrypnyk/scaffold","commit_stats":null,"previous_names":[],"tags_count":20,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSkrypnyk%2Fscaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSkrypnyk%2Fscaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSkrypnyk%2Fscaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSkrypnyk%2Fscaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexSkrypnyk","download_url":"https://codeload.github.com/AlexSkrypnyk/scaffold/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221810439,"owners_count":16884118,"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":["actions","ci","cli","cli-template","commandline","composer","documentation","github","kick-start","nodejs","php","phpunit","project-template","scaffold","scaffold-template","skeleton","starter-kit","template"],"created_at":"2024-10-11T01:40:49.385Z","updated_at":"2025-08-19T13:18:23.518Z","avatar_url":"https://github.com/AlexSkrypnyk.png","language":"Shell","funding_links":["https://github.com/sponsors/yournamespace","https://patreon.com/yournamespace"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n  \u003cimg width=200px height=200px src=\"https://placehold.jp/000000/ffffff/200x200.png?text=Yourproject\u0026css=%7B%22border-radius%22%3A%22%20100px%22%7D\" alt=\"Yourproject logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFew lines describing your project\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub Issues](https://img.shields.io/github/issues/yournamespace/yourproject.svg)](https://github.com/yournamespace/yourproject/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/yournamespace/yourproject.svg)](https://github.com/yournamespace/yourproject/pulls)\n[![Test PHP](https://github.com/yournamespace/yourproject/actions/workflows/test-php.yml/badge.svg)](https://github.com/yournamespace/yourproject/actions/workflows/test-php.yml)\n[![Test Node.js](https://github.com/yournamespace/yourproject/actions/workflows/test-nodejs.yml/badge.svg)](https://github.com/yournamespace/yourproject/actions/workflows/test-nodejs.yml)\n[![Test Shell](https://github.com/yournamespace/yourproject/actions/workflows/test-shell.yml/badge.svg)](https://github.com/yournamespace/yourproject/actions/workflows/test-shell.yml)\n[![codecov](https://codecov.io/gh/yournamespace/yourproject/graph/badge.svg?token=7WEB1IXBYT)](https://codecov.io/gh/yournamespace/yourproject)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/yournamespace/yourproject)\n![LICENSE](https://img.shields.io/github/license/yournamespace/yourproject)\n![Renovate](https://img.shields.io/badge/renovate-enabled-green?logo=renovatebot)\n\n\u003c/div\u003e\n\n---\n\n## Features\n\n- Your first feature as a list item\n- Your second feature as a list item\n- Your third feature as a list item\n\n## Installation\n\n[//]: # (#;\u003c PHP)\n\n    composer require yournamespace/yourproject\n\n[//]: # (#;\u003e PHP)\n\n[//]: # (#;\u003c NODEJS)\n\n    npm install @yournamespace/yourproject\n\n[//]: # (#;\u003e NODEJS)\n\n[//]: # (#;\u003c SHELL)\n\nDownload the latest release from GitHub releases page.\n\n[//]: # (#;\u003e SHELL)\n\n## Usage\n\n[//]: # (#;\u003c PHP)\n\n    vendor/bin/yourproject\n\n[//]: # (#;\u003e PHP)\n\n[//]: # (#;\u003c NODEJS)\n\n    node_modules/.bin/yourproject\n\n[//]: # (#;\u003e NODEJS)\n\n[//]: # (#;\u003c SHELL)\n\n    ./shell-command.sh\n\n[//]: # (#;\u003e SHELL)\n\n[//]: # (#;\u003c PHP)\n\n### CLI options\n\n| Name        | Default value | Description                        |\n|-------------|---------------|------------------------------------|\n| `arg1`      |               | Description of the first argument. |\n| `--option1` | `default1`    | Option with a default value.       |\n| `--option2` | None          | Option wihtout a value.            |\n\n[//]: # (#;\u003e PHP)\n\n## Maintenance\n\n[//]: # (#;\u003c PHP)\n\n    composer install\n    composer lint\n    composer test\n\n[//]: # (#;\u003e PHP)\n\n[//]: # (#;\u003c NODEJS)\n\n    npm install\n    npm run lint\n    npm run test\n\n[//]: # (#;\u003e NODEJS)\n\n[//]: # (#;\u003c SHELL)\n\n    shellcheck shell-command.sh tests/bats/*.bash tests/bats/*.bats\n    shfmt -i 2 -ci -s -d shell-command.sh tests/bats/*.bash tests/bats/*.bats\n\n    npm ci --prefix tests/bats\n    ./tests/bats/node_modules/.bin/bats tests/bats\n\n[//]: # (#;\u003e SHELL)\n\n---\n_This repository was created using the [Scaffold](https://getscaffold.dev/) project template_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexskrypnyk%2Fscaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexskrypnyk%2Fscaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexskrypnyk%2Fscaffold/lists"}