Skip to content

Repository files navigation

README

Tasks

Install dependencies.

./bin/mise run init

Build packages.

./bin/mise run build

Test packages.

./bin/mise run test

Commit changes for release.

git -C './@downforce/<package>' add --all .
git -C './@downforce/<package>' commit --edit --message '[@downforce/<package>] <message>'

Publish package to NPM registry.

./bin/npm login
./bin/publish-npm version|patch|minor|major ./@downforce/<package> ...

Publish package to JSR registry.

./bin/publish-jsr version|patch|minor|major ./@downforce/<package> ...

Clean packages outputs.

./bin/mise run clean

Clean packages outputs.

./bin/pnpm clean --lockfile

Clean Git repository.

git clean -X -d -f .

About

Building blocks for the modern Web.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages