0.5.1 • Published 2 years ago

@spielhalle/client v0.5.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
2 years ago

spielhalle

This repository contains several scripts and libraries being used on spielhalle demo website. It's currently in very early exploration stage but will contain several tests and demos for new and old web technology.

Submodules

The packages being found in the subfolder 'packages' can be used independantly from this project but might rely on another project itself.

Root scripts

commandoutput
testnpm run testcli
test with coveragenpm run test:coveragepackages/*/coverage
buildnpm run buildpackages/*/build
docsnpm run docspackages/*/docs

This project uses lerna so all common commands should be working too.

Contributing

Feel free to submit PRs but please style your commits with "conventional commit" styling. The easiest way to do this run

npx git-cz

in the root-directory instead of "git commit"