Files
2026-06-11 15:04:57 +02:00
..
2026-06-09 11:04:02 +02:00
🎉
2026-04-24 14:03:17 +02:00
2026-06-11 15:04:57 +02:00
2026-06-09 11:04:02 +02:00
2026-06-09 11:04:02 +02:00
2026-06-09 11:04:02 +02:00
2026-06-09 11:04:02 +02:00
2026-06-09 11:04:02 +02:00

bs: Build system based on executables

This project uses jaandrle/bs: The simplest possible build system using executable/bash scripts.

Available executables

If it makes sense, arguments are passed to internally used commands (e.g. tsc), e. g. --help.

bs/test

This lints the project and runs tests using wtr.

bs/start

This starts the development server using web-dev-server.

bs/build

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

Lints projects npm dependencies.

bs/npm/update

Updates projects npm dependencies.

bs/npm/install-audit

Audits projects npm dependencies to be installed.