Skip to content

Commit 31b3188

Browse files
Rafał Dzięgielewskigitbook-bot
Rafał Dzięgielewski
authored andcommitted
GITBOOK-112: @adminjs/cli
1 parent 69f20ba commit 31b3188

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Binary file not shown.

installation/getting-started.md

+26
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,32 @@ In the most basic scenario, the steps to get started with ESM are:
2424
If you use `@adminjs/nestjs` do not update to ESM as NestJS doesn't support ESM as of 2023/04. Instead, please see the [updated guide for NestJS plugin](plugins/nest.md) so that you can import updated AdminJS packages into your CJS NestJS app.
2525
{% endhint %}
2626

27+
### Quickstart
28+
29+
`@adminjs/cli` provides `adminjs create` command which you can use to quickly create your AdminJS application.
30+
31+
#### Installation
32+
33+
**NPM:**
34+
35+
```bash
36+
$ npm i -g @adminjs/cli
37+
```
38+
39+
**Yarn:**
40+
41+
```bash
42+
$ yarn global add @adminjs/cli
43+
```
44+
45+
#### Usage
46+
47+
```bash
48+
$ adminjs create
49+
```
50+
51+
You may also set up your AdminJS application manually by following the rest of this documentation.
52+
2753
### Packages
2854

2955
First of all, install the core package:

0 commit comments

Comments
 (0)