en un clic
docker-Scrape-Web-Page-To-Markdown
docker-Scrape-Web-Page-To-Markdown contient 2 skills collectées depuis pulipulichen, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
For docker-Scrape-Web-Page-To-Markdown, never run Node.js on the host (no node, npm run, node --check, npx, etc. in the project workspace on the machine). Use Docker for any Node execution or verification. Use when editing or testing app JavaScript, running linters via Node, or when the user asks to avoid local Node.
For docker-Scrape-Web-Page-To-Markdown, installs Node/npm dependencies only inside the Docker image (never npm install on the host); run Docker with sudo; write project documentation (README.md, PROJECT.md, etc.) in English; keep user-facing and in-repo program messages (API errors, script echo output, thrown Error strings, Dockerfile comments) in English. Use when editing package.json, Dockerfile, docs, app code, shell scripts, running the app, debugging containers, or when the user mentions local node_modules, npm install, Docker, or doc/language for this repo.