This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 35d28ec
Showing
25 changed files
with
6,527 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Logs | ||
logs | ||
*.log | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Modules | ||
node_modules/ | ||
|
||
# Yarn | ||
.yarn-integrity | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/releases | ||
!.yarn/plugins | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.pnp.* | ||
|
||
# Develop | ||
dist | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# bddjr toolbox v2 | ||
重写 nhjrToolBox 。 | ||
|
||
*** | ||
## 文档 | ||
(待制作) | ||
|
||
*** | ||
## 拉取并打包 | ||
(待验证) | ||
|
||
演示环境:Windows 的 powershell | ||
|
||
请新建空白文件夹后,在对应目录打开 powershell ,再执行如下操作。 | ||
|
||
1、使用 git 从 github 仓库拉取内容,然后删除多余的 .git 文件夹。 | ||
> 如果你需要提交 Pull Request ,请 fork 为自己的仓库,再从自己的仓库拉取。 | ||
``` | ||
git clone https://github.com/bddjr/clipcc-extension-bddjr_toolbox_v2 | ||
``` | ||
|
||
2、(非必要)删除 .git 文件夹 | ||
> 如果你需要提交 Pull Request ,请不要执行这个 | ||
``` | ||
rm .git | ||
``` | ||
|
||
3、使用 nodejs 的 npm 全局安装 yarn | ||
``` | ||
npm -g install yarn | ||
``` | ||
|
||
4、使用 yarn 安装前置插件 | ||
``` | ||
yarn install | ||
yarn install clipcc-extension | ||
``` | ||
|
||
5、使用 yarn 打包 | ||
``` | ||
yarn build | ||
``` |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.