An open API service indexing awesome lists of open source software.

https://github.com/chasestarr/bazel-js


https://github.com/chasestarr/bazel-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

After adding a dependency: `bazel run -- @pnpm//:pnpm --dir $PWD install --lockfile-only`

Run all tests: `bazel test //...`

Print test logs `bazel test //... --test_output=streamed`

Coverage: `bazel coverage //... --test_output=streamed`