Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/com-lihaoyi/scalatags
ScalaTags is a small XML/HTML construction library for Scala.
https://github.com/com-lihaoyi/scalatags
Last synced: 5 days ago
JSON representation
ScalaTags is a small XML/HTML construction library for Scala.
- Host: GitHub
- URL: https://github.com/com-lihaoyi/scalatags
- Owner: com-lihaoyi
- License: mit
- Created: 2012-11-01T21:35:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T02:50:02.000Z (8 months ago)
- Last Synced: 2024-05-01T12:45:37.204Z (8 months ago)
- Language: Scala
- Homepage: https://com-lihaoyi.github.io/scalatags/
- Size: 9.58 MB
- Stars: 740
- Watchers: 37
- Forks: 117
- Open Issues: 35
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-scala-native - scalatags - HTML/XML construction and rendering. (File Formats and Parsers)
README
# Scalatags [![Join the chat at https://gitter.im/lihaoyi/scalatags](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lihaoyi/scalatags?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/lihaoyi/scalatags.svg)](https://travis-ci.org/lihaoyi/scalatags)
[Documentation](https://com-lihaoyi.github.io/scalatags)
If you use Scalatags and like it, you will probably enjoy the following book by the Author:
- [*Hands-on Scala Programming*](https://www.handsonscala.com/)
*Hands-on Scala* has uses Scalatags extensively throughout the book, using
the library to build static websites in *Chapter 9: Self-Contained Scala
Scripts* and dynamic web servers in *Chapter 14: Simple Web and API Servers*.
*Hands-on Scala* is a great way to level up your skills in Scala in general
and Scalatags in particular.