{"id":20163456,"url":"https://github.com/sjinks/vip-skeleton-cs","last_synced_at":"2026-04-12T23:01:58.030Z","repository":{"id":170554011,"uuid":"646711932","full_name":"sjinks/vip-skeleton-cs","owner":"sjinks","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-18T16:53:06.000Z","size":6940,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"codespaces-beta","last_synced_at":"2025-01-13T14:22:10.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/sjinks.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},"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"]}},"created_at":"2023-05-29T07:03:26.000Z","updated_at":"2023-05-29T11:13:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d984398-c356-44fc-a1fd-bcd1471414c4","html_url":"https://github.com/sjinks/vip-skeleton-cs","commit_stats":null,"previous_names":["sjinks/vip-skeleton-cs"],"tags_count":0,"template":false,"template_full_name":"Automattic/vip-go-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fvip-skeleton-cs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fvip-skeleton-cs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fvip-skeleton-cs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjinks%2Fvip-skeleton-cs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjinks","download_url":"https://codeload.github.com/sjinks/vip-skeleton-cs/tar.gz/refs/heads/codespaces-beta","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600493,"owners_count":19988715,"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-11-14T00:29:41.261Z","updated_at":"2026-04-12T23:01:52.988Z","avatar_url":"https://github.com/sjinks.png","language":"CSS","funding_links":["https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU","https://send.monobank.ua/jar/7rosVfiwKM"],"categories":[],"sub_categories":[],"readme":"# WordPress VIP Skeleton Application\n\nWelcome to WordPress VIP! This repository is a starting point for building your WordPress VIP application, including all the base directories.\n\n## Guidebooks\n\nWe recommend starting with one of the following WordPress VIP guidebooks:\n\n* [Local development for a WordPress VIP application](https://docs.wpvip.com/how-tos/local-development/)\n* [Development workflow for WordPress VIP](https://docs.wpvip.com/technical-references/development-workflow/)\n* [Launching a site with WordPress VIP](https://docs.wpvip.com/how-tos/launch-a-site/)\n\n## Directories\n\nAll the following directories are required and must not be removed:\n\n* `client-mu-plugins/`: For [always active global plugins](https://docs.wpvip.com/technical-references/vip-codebase/client-mu-plugins-directory/) (similar to `mu-plugins`).\n* `docs/`: Not mounted to production, so [useful for storing documentation](https://docs.wpvip.com/technical-references/vip-codebase/docs-directory/) about an applications features and requirements.\n* `images/`: Store [your site's favicons](https://docs.wpvip.com/technical-references/vip-codebase/images-directory/) here. All other public-facing images should be uploaded or [imported](https://docs.wpvip.com/how-tos/launch-a-site-with-vip/launch-with-vip-migrate-content/) to the WordPress dashboard or stored as part of your `/theme/` assets.\n* `languages/`: For [`.po` and `.mo` translation files](https://docs.wpvip.com/how-tos/upload-languages-to-the-language-directory/), which specify the translated strings for the site.\n* `plugins/`: Your site's [regular plugins](https://docs.wpvip.com/technical-references/vip-codebase/plugins-directory/).\n* `private/`: Provides access to [files that are not directly web accessible](https://docs.wpvip.com/technical-references/vip-codebase/private-directory/), but can be accessed by your theme or plugin code.\n* `themes/`: [Themes available to your sites](https://docs.wpvip.com/technical-references/vip-codebase/themes-on-vip-go/). We recommend keeping the default theme available for [testing purposes](https://docs.wpvip.com/how-tos/prepare-for-site-launch/testing-your-site/).\n* `vip-config/`: For [custom configurations](https://docs.wpvip.com/technical-references/vip-codebase/vip-config-directory/) and additional [`sunrise.php` changes](https://docs.wpvip.com/technical-references/multisites/sunrise-php/). This folder’s `vip-config.php` can be used to supply things usually found in `wp-config.php`..\n\nThese directories will also be available on production web servers. Any additional directories created in your GitHub repository that are not included in the above list will not be mounted onto your site, and so will not be web-accessible.\n\nFor more information on how our codebase is structured, see https://docs.wpvip.com/technical-references/vip-codebase/. \n\nThe `docs/` directory is a special directory that contains your documentation for your application. It is not mounted onto your site, but is available for you to use. See [docs/index.php](docs/index.php) for more information.\n\n## PHPCS for checking coding standards\n\nThis repo contains a starting point for installing and using a _local_ version of [PHP_CodeSniffer](https://docs.wpvip.com/how-tos/php_codesniffer/) (PHPCS). To get started, you'll need to have [Composer](https://getcomposer.org/) installed, then open a command line at this directory, and run:\n\n```sh\ncomposer install\n```\n\nThis will install PHPCS and register the below standards:\n\n - [VIP Coding Standards](https://github.com/Automattic/VIP-Coding-Standards)\n - [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards)\n - [PHPCompatibilityWP Standard](https://github.com/PHPCompatibility/PHPCompatibilityWP)\n\nThe [`.phpcs.xml.dist`](https://docs.wpvip.com/technical-references/vip-codebase/phpcs-xml-dist/) file contains a _suggested_ configuration, but you are free to amend this. You can also [extend](https://docs.wpvip.com/technical-references/vip-codebase/phpcs-xml-dist/#h-extending-the-root-phpcs-xml-dist-file-for-custom-themes-and-plugins) it for more granularity of configuration for theme and custom plugins.\n\nTo run PHPCS, navigate to the directory where the relevant `.phpcs.xml.dist` lives, and type:\n\n```sh\nvendor/bin/phpcs\n```\n\nSee the [PHPCS documentation](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage) (or run `phpcs -h`) for the available command line arguments.\n\n## Support\n\nIf you need help with anything, VIP's support team is [just a ticket away](https://wpvip.com/accessing-vip-support/).\n\n## Your documentation here\n\nFeel free to add to or replace this README.md content with content unique to your project, for example:\n\n* Project-specific notes; like a list of VIP environments and branches,\n* Workflow documentation; so everyone working in this repo can follow a defined process, or\n* Instructions for testing new features.\n\nThis can be detailed in the `docs/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fvip-skeleton-cs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjinks%2Fvip-skeleton-cs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjinks%2Fvip-skeleton-cs/lists"}