文件名称:html-build:为https构建脚本
文件大小:100KB
文件格式:ZIP
更新时间:2024-05-19 23:51:12
HTML
HTML构建工具 该存储库包含从其构建所需的工具和说明。 设定 确保您的系统上已安装git ,并且您正在使用Bash shell。 (在Windows上, cmd.exe将不起作用,但是附带的Git Bash shell可以很好地工作。) 然后,克隆此( )存储库: git clone https://github.com/whatwg/html-build.git && cd html-build 然后,您可以决定要如何进行构建:在本地,在计算机上还是使用容器。 我们建议仅在您已经熟悉Docker的情况下才使用Docker。 本地建筑 先决条件 要在本地构建,您需要在系统上安装以下命令: curl , grep , perl , unzip (可选)为了更快的构建,您可以安装和Python 3.7+(将语法突出显示应用于pre内容是必需的)。 如果您对此不打扰,则该构建将使用
【文件预览】:
html-build-main
----Dockerfile(398B)
----.gitignore(69B)
----README.md(4KB)
----build.sh(24KB)
----.pre-process-annotate-attributes.pl(4KB)
----.github()
--------workflows()
----ci-build()
--------Dockerfile(2KB)
--------README.md(591B)
--------docker-run.sh(452B)
--------docker-build.sh(1KB)
--------inside-container.sh(954B)
----entities()
--------json-entities-legacy.inc(6KB)
--------README.md(755B)
--------out()
--------build.sh(3KB)
--------entity-to-dtd.pl(770B)
--------entity-processor-json.py(2KB)
--------entities-legacy.inc(24KB)
--------entity-processor.py(2KB)
----LICENSE(18KB)
----.dockerignore(53B)
----.gitattributes(160B)
----.pre-process-index-generator.pl(2KB)
----.pre-process-main.pl(3KB)
----.pre-process-tag-omission.pl(2KB)
----lint.sh(3KB)