@30-seconds/integration-tools 中文文档教程
30 seconds integration tools
30-seconds 项目。
内容问题请参考个别项目。 此存储库包含集成工具的源代码,仅此而已。
Usage
- Install globally:
npm i -g @30-seconds/integration-tools
Repo initialization
- Create a repository on GitHub with a
README.md
,.gitignore
and aLICENSE
. - Clone it locally.
- Enter the repository directory locally.
- Run
init-content-repo
inside the directory, answer all the questions, wait for the process to complete. - Make necessary changes, commit, push and start working!
Snippet creation
在依赖此包的存储库中,运行:
create-new-snippet <snippet-name>
将
替换为您的代码片段的名称,然后进入 snippets
文件夹并进行编辑.
30 seconds integration tools
Integration tools for 30-seconds projects.
Please refer to individual projects for content issues. This repository contains the source code for the integration tools and nothing else.
Usage
- Install globally:
npm i -g @30-seconds/integration-tools
Repo initialization
- Create a repository on GitHub with a
README.md
,.gitignore
and aLICENSE
. - Clone it locally.
- Enter the repository directory locally.
- Run
init-content-repo
inside the directory, answer all the questions, wait for the process to complete. - Make necessary changes, commit, push and start working!
Snippet creation
In a repository that has the dependency on this package, run:
create-new-snippet <snippet-name>
Replace <snippet-name>
with the name of your snippet and then go inside the snippets
folder and edit it.