文件名称:scaffold:用于搭建项目的CLI
文件大小:23KB
文件格式:ZIP
更新时间:2024-04-23 04:38:26
JavaScript
脚手架 用于搭建项目的CLI 安装 克隆仓库。 现在,克隆的存储库的位置将称为REPO_ROOT 。 安装依赖项# ensure you're in the proper directory cd REPO_ROOT # install Node deps and wire up git hooks npm i && git config --local core.hooksPath ./.githooks/ 在shell的rc文件源中,别名文件# in a .zshrc file source " REPO_ROOT/bin/aliases.sh "
【文件预览】:
scaffold-master
----scaffold.js(11KB)
----utils()
--------addParsedFile.js(513B)
--------replaceTokens.js(571B)
--------sortObj.js(162B)
--------getFileList.js(1KB)
--------merge.js(422B)
----LICENSE(1KB)
----README.md(493B)
----.gitignore(61B)
----bin()
--------aliases.sh(201B)
----package-lock.json(22KB)
----package.json(588B)
----static()
--------docker()
--------node()
--------.gitignore(61B)
----.githooks()
--------post-merge(1KB)