Skip to content

spotify/magnolify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

magnolify

Build Status codecov.io GitHub license Maven Central Scala Steward badge

A collection ofMagnoliaadd-ons for common type class derivation, data type conversion, etc.; a simpler and faster successor toshapeless-datatype.

Modules

This library includes the following modules.

Usage

Seemicro-sitefor documentation.

How to Release

Magnolify automates releases usingsbt-ci-releasewith Github Actions. Simply push a new tag:

git tag -a v0.1.0 -m"v0.1.0"
git push origin v0.1.0

Note that the tag version MUST start withvto be picked up as the release version.

License

Copyright 2019-2021 Spotify AB.

Licensed under the Apache License, Version 2.0:http:// apache.org/licenses/LICENSE-2.0