Skip to content
forked from weso/utils

Common Scala utilities used by shaclex

License

Notifications You must be signed in to change notification settings

scala-steward/utils

 
 

Repository files navigation

Utils

Scala utilities

Build Status codecov Maven Central Codacy Badge

Introduction

This project contains some common utilities in Scala.

Installation and compilation

The project uses sbt for compilation as well as Java 1.8.

  • sbt test compiles and runs the tests

Author & contributors

Contributors:

Adopters

  • RDFShape: An online demo powered by this library.
  • Wikishape: An online demo powered by this library for Wikidata.

Contribution

Contributions are greatly appreciated. Please fork this repository and open a pull request to add more features or submit issues

Publishing to OSS-Sonatype

This project uses the sbt ci release plugin for publishing to OSS Sonatype.

SNAPSHOT Releases

Open a PR and merge it to watch the CI release a -SNAPSHOT version

Full Library Releases
  1. Increment the version number in version.sbt to the desired release version number.
  2. Commit and push this change with a message like "blah blah version 0.x.x".
  3. Push a tag and watch the CI do a regular release
  4. git tag -a v0.1.0 -m "v0.1.0"
  5. git push origin v0.1.0 Note that the tag version MUST start with v.

About

Common Scala utilities used by shaclex

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.4%
  • Scala 2.4%
  • JavaScript 2.2%
  • CSS 2.0%