File tree 1 file changed +19
-24
lines changed 1 file changed +19
-24
lines changed Original file line number Diff line number Diff line change 4
4
5
5
The official [ CodeGame] ( https://code-game.org ) CLI.
6
6
7
- ## Usage
7
+ ## Commands
8
+
9
+ ### Docs and info
8
10
9
11
View the CodeGame documentation:
10
12
``` sh
11
13
codegame docs
12
14
```
13
15
16
+ View the documentation of a game:
17
+ ``` sh
18
+ codegame docs < url>
19
+ ```
20
+
21
+ Get information about a game server:
22
+ ``` sh
23
+ codegame info < url>
24
+ ```
25
+
26
+ ### Project templates
27
+
14
28
Create a new project:
15
29
``` sh
16
30
codegame new
@@ -26,6 +40,8 @@ Permanently switch to a different game URL:
26
40
codegame change-url < new_url>
27
41
```
28
42
43
+ ### Running and building
44
+
29
45
Run a project:
30
46
``` sh
31
47
codegame run
@@ -36,34 +52,13 @@ Build a project:
36
52
codegame build
37
53
```
38
54
39
- Get information about a game server:
40
- ``` sh
41
- codegame info < url>
42
- ```
43
-
44
- View the documentation of a game:
45
- ``` sh
46
- codegame docs < url>
47
- ```
55
+ ### Help
48
56
49
- Help :
57
+ Display help :
50
58
``` sh
51
59
codegame --help
52
60
```
53
61
54
- ## Features
55
-
56
- - View the CodeGame documentation
57
- - View information about a game server
58
- - Automatic project setup
59
- - CodeGame version detection and management
60
- - Create a new client
61
- - Go
62
- - Create a new game server
63
- - Go
64
- - Initialize Git
65
- - Create README and LICENSE files
66
-
67
62
## Installation
68
63
69
64
### Windows
You can’t perform that action at this time.
0 commit comments