文件名称:create-octoherd-script:CLI为Octoherd脚本创建新的文件夹和存储库
文件大小:85KB
文件格式:ZIP
更新时间:2024-04-26 21:18:23
JavaScript
创建新的Octoherd脚本
CLI为Octoherd脚本创建新的文件夹和存储库
用法
npm init octoherd-script
它能做什么
在计算机上创建一个新文件夹
在新文件夹中初始化git
添加LICENSE , CODE_OF_CONDUCT.md , README.md并发布模板
创建一个仓库
将存储库添加为git remote add origin
【文件预览】:
create-octoherd-script-main
----.github()
--------workflows()
----lib()
--------create-branch-protection.js(506B)
--------create-test-action.js(154B)
--------create-contributing.js(3KB)
--------create-github-action.js(511B)
--------create-repository.js(944B)
--------create-readme.js(2KB)
--------create-package-json.js(896B)
--------create-coc.js(363B)
--------prompts.js(4KB)
--------get-template-file-content.js(376B)
--------create-script.js(1KB)
--------create-issue-templates.js(1KB)
--------create-release-action.js(378B)
--------create-pull-request.js(957B)
--------create-license.js(354B)
--------command.js(220B)
--------write-pretty-file.js(650B)
----LICENSE.md(733B)
----README.md(697B)
----CODE_OF_CONDUCT.md(3KB)
----templates()
--------github-actions()
--------LICENSE.md(727B)
--------CODE_OF_CONDUCT.md(3KB)
----.gitignore(13B)
----cli.js(8KB)
----package-lock.json(243KB)
----package.json(1KB)