SkillAgentSearch skills...

Webjars

Client-side web libraries packaged into JARs

Install / Use

/learn @webjars/Webjars
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebJars

.github/workflows/test.yml

This is source for the http://www.webjars.org website. This is also the place to file requests for new WebJars.

For more information about WebJars visit the website: http://www.webjars.org

Development Info

Run the web app:

  1. Start a local valkey server
    docker run -it -p6379:6379 valkey/valkey:8.1
    
  2. ./sbt ~run

Run the all tests:

  1. ./sbt test

Run a specific test, i.e.:

  1. testOnly utils.LicenseDetectorSpec -- ex "detect the license"
export OSS_GPG_PASS=asdf
export OSS_GPG_KEY=$(gpg --no-tty --pinentry-mode loopback --passphrase "$OSS_GPG_PASS" --export-secret-keys | base64 -w 0)
View on GitHub
GitHub Stars382
CategoryDevelopment
Updated2d ago
Forks67

Languages

Scala

Security Score

95/100

Audited on Mar 31, 2026

No findings