Skip to content

Commit edc4284

Browse files
committed
docs: README
1 parent 483eed9 commit edc4284

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ a next-translate's tool for google spreadsheet, it can flatten 2D locale-key arr
1515
<!-- usage -->
1616
```sh-session
1717
$ npm install -g @uppo/next-translate-spreadsheet-i18n-tool
18-
or
19-
$ yarn add -g @uppo/next-translate-spreadsheet-i18n-tool
2018
$ ntsit COMMAND
2119
running command...
2220
$ ntsit (--version)
23-
@uppo/next-translate-spreadsheet-i18n-tool/1.0.0 darwin-x64 node-v16.14.2
21+
@uppo/next-translate-spreadsheet-i18n-tool/1.1.0 darwin-x64 node-v16.14.2
2422
$ ntsit --help [COMMAND]
2523
USAGE
2624
$ ntsit COMMAND
@@ -56,7 +54,7 @@ EXAMPLES
5654
$ ntsit gen 1sdfU3AZuFPzP_sDeDdpwa21S0BcH-ETVwNViuU9GqlB 3 C1 B3(./src/commands/gen/index.ts)
5755
```
5856

59-
_See code: [dist/commands/gen/index.ts](https://github.com/fee-pg/next-translate-spreadsheet-i18n-tool/blob/v1.0.0/dist/commands/gen/index.ts)_
57+
_See code: [dist/commands/gen/index.ts](https://github.com/fee-pg/next-translate-spreadsheet-i18n-tool/blob/v1.1.0/dist/commands/gen/index.ts)_
6058

6159
## `ntsit help [COMMANDS]`
6260

@@ -320,4 +318,4 @@ DESCRIPTION
320318
- [ ] Change to Single Command CLI? (e.g. `ntsit` instead of `ntsit gen`).
321319
- [ ] Polish README.md: add demo gif, googlesheet template, tutorial for GCP(Google Cloud Platform) Authentication, etc.
322320
- [ ] Beautify console output: spinner, color, etc.
323-
<!-- todosstop -->
321+
<!-- todosstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uppo/next-translate-spreadsheet-i18n-tool",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "a next-translate's tool for google spreadsheet, it can flatten 2D locale-key array to multi 1D JSON.",
55
"author": "fee-pg",
66
"bin": {

0 commit comments

Comments
 (0)