📺 finlizes routing and improves bs

This commit is contained in:
2026-05-22 15:56:44 +02:00
parent c3782509e8
commit 8bb12aaac1
25 changed files with 277 additions and 88 deletions
+10 -4
View File
@@ -4,9 +4,6 @@ This project uses [jaandrle/bs: The simplest possible build system using executa
## Available executables
If it makes sense, arguments are passed to internally used commands (e.g. `tsc`), e. g. `--help`.
### bs/lint
This lints the project using `tsc`.
### bs/test
This lints the project and runs tests using `wtr`.
@@ -19,8 +16,17 @@ This builds the project using `rollup`.
### bs/analyze
This analyze Custom Element manifest using the `@custom-elements-manifest/analyzer`.
### bs/dev/assets
Copies assets using `cp` into proper destination in `.tmp`.
### bs/dev/tsc
Builds typescript files using `tsc`.
### bs/dev/lint
Lints the project using `tsc`.
### bs/npm/lint
Linted projects npm dependencies.
Lints projects npm dependencies.
### bs/npm/update
Updates projects npm dependencies.