Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 19c311d

Browse files
committed
chore: update doc
1 parent 340323f commit 19c311d

File tree

5 files changed

+33
-40
lines changed

5 files changed

+33
-40
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm install @axetroy/gpm -g
4444
```bash
4545
$ gpm --help
4646

47-
gpm 7.1.0 - Git Package Manager, make you manage the repository easier
47+
gpm 8.1.0 - Git Package Manager, make you manage the repository easier
4848

4949
USAGE
5050

@@ -56,6 +56,7 @@ $ gpm --help
5656
remove [owner] [repo] Remove a repository from registry and disk.
5757
list [key] Display the all repositories in registry.
5858
clean Clear the cache, locate in /home/axetroy/.gpm/temp.
59+
prune Remove the file or dir you don't really need id, like node_modules
5960
find Find repository by a key, You can get all about the repository info.
6061
relink Relink the base directory and gpm registry, like Angular, trigger the $digest in manual.
6162
config <action> [key] [value] A series handler of configurations.
@@ -68,7 +69,7 @@ $ gpm --help
6869
-V, --version Display version
6970
--no-color Disable colors
7071
--quiet Quiet mode - only displays warn and error messages
71-
-v, --verbose Verbose mode - will also output debug messages
72+
-v, --verbose Verbose mode - will also output debug messages
7273
7374
```
7475

docs/README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,30 @@ gpm -h
5252

5353
# print out
5454

55-
gpm 6.1.0 - Git Package Manager, make you manage the repository easier
56-
55+
gpm 8.1.0 - Git Package Manager, make you manage the repository easier
56+
5757
USAGE
5858

5959
gpm <command> [options]
6060

6161
COMMANDS
6262

63-
add <repo> add a repository to gpm
64-
remove [owner] [repo] Remove a repository from registry and disk
65-
list [key] Display the all repositories in registry
66-
clean Clear the cache, usually is C:\Users\axetroy\.gpm\temp
67-
find Find repository by a key, You can get all about the repository info
68-
relink Relink the base directory and gpm registry, like Angular, trigger the $digest in manual
69-
config <action> [key] [value]
70-
runtime Print the program runtime, useful for submit issue
71-
import <dir> Import local repository into gpm registry
72-
foreach <plugin> Run the plugin in each project. The current work directory is the current project.
73-
plugin <action> [key] A series handler of plugin.
74-
help <command> Display help for a specific command
63+
add <repo> Add a repository to gpm.
64+
remove [owner] [repo] Remove a repository from registry and disk.
65+
list [key] Display the all repositories in registry.
66+
clean Clear the cache, locate in /home/axetroy/.gpm/temp.
67+
prune Remove the file or dir you don't really need id, like node_modules
68+
find Find repository by a key, You can get all about the repository info.
69+
relink Relink the base directory and gpm registry, like Angular, trigger the $digest in manual.
70+
config <action> [key] [value] A series handler of configurations.
71+
runtime Print the program runtime, useful for submit issue.
72+
help <command> Display help for a specific command
7573
7674
GLOBAL OPTIONS
7775
78-
-h, --help Display help
79-
-V, --version Display version
80-
--no-color Disable colors
76+
-h, --help Display help
77+
-V, --version Display version
78+
--no-color Disable colors
8179
--quiet Quiet mode - only displays warn and error messages
8280
-v, --verbose Verbose mode - will also output debug messages
8381

docs/_sidebar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
- [Remove](/remove)
44
- [List](/list)
55
- [Find](/find)
6-
- [Import](/import)
76
- [Reink](/relink)
87
- [Clean](/clean)
9-
- [Plugin](/plugin)
108
- [Config](/config)
119
- [Runtime](/runtime)

docs/zh-cn/README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,30 @@ gpm -h
5050

5151
# print out
5252

53-
gpm 6.1.0 - Git Package Manager, make you manage the repository easier
54-
53+
gpm 8.1.0 - Git Package Manager, make you manage the repository easier
54+
5555
USAGE
5656

5757
gpm <command> [options]
5858

5959
COMMANDS
6060

61-
add <repo> add a repository to gpm
62-
remove [owner] [repo] Remove a repository from registry and disk
63-
list [key] Display the all repositories in registry
64-
clean Clear the cache, usually is C:\Users\axetroy\.gpm\temp
65-
find Find repository by a key, You can get all about the repository info
66-
relink Relink the base directory and gpm registry, like Angular, trigger the $digest in manual
67-
config <action> [key] [value]
68-
runtime Print the program runtime, useful for submit issue
69-
import <dir> Import local repository into gpm registry
70-
foreach <plugin> Run the plugin in each project. The current work directory is the current project.
71-
plugin <action> [key] A series handler of plugin.
72-
help <command> Display help for a specific command
61+
add <repo> Add a repository to gpm.
62+
remove [owner] [repo] Remove a repository from registry and disk.
63+
list [key] Display the all repositories in registry.
64+
clean Clear the cache, locate in /home/axetroy/.gpm/temp.
65+
prune Remove the file or dir you don't really need id, like node_modules
66+
find Find repository by a key, You can get all about the repository info.
67+
relink Relink the base directory and gpm registry, like Angular, trigger the $digest in manual.
68+
config <action> [key] [value] A series handler of configurations.
69+
runtime Print the program runtime, useful for submit issue.
70+
help <command> Display help for a specific command
7371
7472
GLOBAL OPTIONS
7573
76-
-h, --help Display help
77-
-V, --version Display version
78-
--no-color Disable colors
74+
-h, --help Display help
75+
-V, --version Display version
76+
--no-color Disable colors
7977
--quiet Quiet mode - only displays warn and error messages
8078
-v, --verbose Verbose mode - will also output debug messages
8179

docs/zh-cn/_sidebar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
- [移除仓库](zh-cn/remove)
44
- [仓库列表](zh-cn/list)
55
- [查找仓库](zh-cn/find)
6-
- [导入仓库](zh-cn/import)
76
- [链接仓库](zh-cn/relink)
87
- [清除缓存](zh-cn/clean)
9-
- [插件管理](zh-cn/plugin)
108
- [配置参数](zh-cn/config)
119
- [运行环境](zh-cn/runtime)

0 commit comments

Comments
 (0)