Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
i18-cli
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马旭烽
i18-cli
Commits
ef2b690b
Commit
ef2b690b
authored
Nov 29, 2022
by
马旭烽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: package.json不包含scr目录
parent
a62a25d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
USAGE.md
package/USAGE.md
+2
-0
package.json
package/package.json
+5
-2
No files found.
package/USAGE.md
View file @
ef2b690b
...
@@ -45,6 +45,8 @@ import -zh 中文包路径 -len 其它语言包路径 -lenType 语言类型 (
...
@@ -45,6 +45,8 @@ import -zh 中文包路径 -len 其它语言包路径 -lenType 语言类型 (
-
[
*
]
检测不合理的长度值数组
-
[
*
]
检测不合理的长度值数组
-
额外工作
-
额外工作
-
[
*
]
加入丢失Key 检测
-
[
*
]
加入丢失Key 检测
## 0.0.1 版本
-
修复 package.json 目录不包含脚本代码(尴尬,本来计划写在lib后来就写在src,忘记了)
# Feature
# Feature
-
[
]
命令优化,采用读取ts类型的配置文件的形式,进行执行命令 或者交互式的命令行进行工作
-
[
]
命令优化,采用读取ts类型的配置文件的形式,进行执行命令 或者交互式的命令行进行工作
...
...
package/package.json
View file @
ef2b690b
{
{
"name"
:
"@linkseeks/i18-cli"
,
"name"
:
"@linkseeks/i18-cli"
,
"version"
:
"0.0.
0
"
,
"version"
:
"0.0.
1
"
,
"description"
:
"国际化命令工具"
,
"description"
:
"国际化命令工具"
,
"main"
:
"index.ts"
,
"main"
:
"index.ts"
,
"bin"
:
{},
"bin"
:
{},
...
@@ -13,7 +13,10 @@
...
@@ -13,7 +13,10 @@
"files"
:
[
"files"
:
[
"bin"
,
"bin"
,
"lib"
,
"lib"
,
"docs"
"src"
,
"docs"
,
"tsconfig.json"
,
"USAGE.md"
],
],
"author"
:
"maXuFeng"
,
"author"
:
"maXuFeng"
,
"license"
:
"ISC"
,
"license"
:
"ISC"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment