Repository: verdaccio/docker-examples Branch: master Commit: 4d99f30dde4a Files: 3 Total size: 207 B Directory structure: gitextract_za4llxph/ ├── .github/ │ └── FUNDING.yml ├── .gitignore └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/FUNDING.yml ================================================ open_collective: verdaccio ================================================ FILE: .gitignore ================================================ .idea/* ================================================ FILE: README.md ================================================ # ⚠️ DEPRECATED AND OUTDATED ## Where is the code? The content has been moved to [verdaccio core](https://github.com/verdaccio/verdaccio/tree/master/docker-examples). >
gitextract_za4llxph/ ├── .github/ │ └── FUNDING.yml ├── .gitignore └── README.md
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (0K chars).
[
{
"path": ".github/FUNDING.yml",
"chars": 27,
"preview": "open_collective: verdaccio\n"
},
{
"path": ".gitignore",
"chars": 8,
"preview": ".idea/*\n"
},
{
"path": "README.md",
"chars": 172,
"preview": "# ⚠️ DEPRECATED AND OUTDATED\n\n## Where is the code?\n\nThe content has been moved to [verdaccio core](https://github.com/v"
}
]
About this extraction
This page contains the full source code of the verdaccio/docker-examples GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (207 B), approximately 159 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.