Skip to content

Commit 007ff3a

Browse files
committed
Update README
1 parent 39b8be5 commit 007ff3a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# codegame-cli
2+
![CG Client Version](https://img.shields.io/badge/Client-v0.3+-yellow)
3+
![CG Server Version](https://img.shields.io/badge/Client-v0.1+-yellow)
24

3-
The official CodeGame CLI.
5+
The official [CodeGame](https://github.com/code-game-project) CLI.
46

57
## Usage
68

9+
View the CodeGame documentation:
10+
```sh
11+
codegame docs
12+
```
13+
14+
Create a new project:
15+
```sh
16+
codegame new
17+
```
18+
19+
Help:
720
```sh
821
codegame --help
922
```

0 commit comments

Comments
 (0)