Skip to content

Commit

Permalink
Minor fixes for KB initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Nov 17, 2023
1 parent f1f5438 commit fe33229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions kb/tooling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
This section is about the custom tooling available in this repo.

- [task commands](task_commands.md) - a set of (`make`-like) shortcuts for various commands and scripts for repository management, development, testing, etc.
- [dl-git](../../terrarium/dl_gitmanager/README.md) - a wrapper for advanced git commands, for usage mainly in the CI workflow
- [dl-repo / dl-package](../../terrarium/dl_repmanager/README.md) - tools for managing and inspecting packages, their dependencies, meta-packages, etc.
- tools from `terrarium` ([README](../../terrarium/README.md)):
- [dl-git](../../terrarium/dl_gitmanager/README.md) - a wrapper for advanced git commands, for usage mainly in the CI workflow
- [dl-repo / dl-package](../../terrarium/dl_repmanager/README.md) - tools for managing and inspecting packages, their dependencies, meta-packages, etc.
6 changes: 5 additions & 1 deletion kb/tooling/task_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ task <task_name>

### Environment (`env:`)

Working with the testing/development environment.

- `task env:devenv`:
Create development/testing environment (run it from a package dir)
- `task env:devenv-d`:
Expand All @@ -21,6 +23,8 @@ task <task_name>

### Generation (`gen:`)

Generating files to be used from the code.

- `task gen:antlr`:
(Re-)generate ANTLR code files for formula
- `task gen:i18n-po`:
Expand All @@ -31,7 +35,7 @@ task <task_name>

### Code quality (`cq:`)

Experimental tasks to check and fix source files.
Checking and fixing source files.

- `task cq:fix_changed`:
Apply all auto-fixes
Expand Down

0 comments on commit fe33229

Please sign in to comment.