Skip to content

Commit 5e3be9b

Browse files
committed
Updates README with new commands.
1 parent 155f903 commit 5e3be9b

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

README.md

+23-21
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,29 @@ To prepare the project for development you will need to:
5151

5252
The following commands are available after the initial setup. Run them with `npm run <command>`.
5353

54-
| Command | Description |
55-
|----------------------|---------------------------------------------------------------------------|
56-
| `check:circular` | Check for circular dependencies in the project. |
57-
| `lint` | Check the project for coding standards issues using Biome. |
58-
| `lint:fix` | Automatically fix coding standards issues using Biome. |
59-
| `style` | Check the project for formatting issues using Biome. |
60-
| `style:fix` | Automatically fix formatting issues using Biome. |
61-
| `format` | Automatically fix all coding standards and formatting issues using Biome. |
62-
| `test` | Run all tests. |
63-
| `test:watch` | Run tests in watch mode. Tests will re-run when files are changed. |
64-
| `test:coverage` | Run tests and generate a coverage report. |
65-
| `test:ui` | Run tests in UI mode. This will open a browser window to view tests. |
66-
| `build:release` | Build the project for release. |
67-
| `build:debug` | Build the project for debugging. |
68-
| `build:bleeding` | Build the project on the bleeding edge. |
69-
| `build:bleedingmods` | Build the project on the bleeding edge with mods. |
70-
| `run:build` | Run the project in build mode. |
71-
| `run:debug` | Run the project in debug mode. |
72-
| `run:profiler` | Run the project in profiler mode. |
73-
| `gen:types` | Generate types for the project. |
74-
| `gen:docs` | Generate documentation for the project. |
54+
| Command | Description |
55+
|-----------------------|---------------------------------------------------------------------------|
56+
| `check:circular` | Check for circular dependencies in the project. |
57+
| `lint` | Check the project for coding standards issues using Biome. |
58+
| `lint:fix` | Automatically fix coding standards issues using Biome. |
59+
| `style` | Check the project for formatting issues using Biome. |
60+
| `style:fix` | Automatically fix formatting issues using Biome. |
61+
| `format` | Automatically fix all coding standards and formatting issues using Biome. |
62+
| `test` | Run all tests. |
63+
| `test:watch` | Run tests in watch mode. Tests will re-run when files are changed. |
64+
| `test:coverage` | Run tests and generate a coverage report. |
65+
| `test:ui` | Run tests in UI mode. This will open a browser window to view tests. |
66+
| `build:release` | Build the project for release. |
67+
| `build:debug` | Build the project for debugging. |
68+
| `build:bleeding` | Build the project on the bleeding edge. |
69+
| `build:bleedingmods` | Build the project on the bleeding edge with mods. |
70+
| `run:build` | Run the project in build mode. |
71+
| `run:debug` | Run the project in debug mode. |
72+
| `run:profiler` | Run the project in profiler mode. |
73+
| `gen:types` | Generate types for the project. |
74+
| `gen:docs` | Generate documentation for the project. |
75+
| `database:compress` | Compress database files from working directory into archive. |
76+
| `database:decompress` | Decompress database archives into working directory. |
7577

7678
### Debugging
7779

0 commit comments

Comments
 (0)