From 2659284c8cd69457419ad6ab03f829984ee62077 Mon Sep 17 00:00:00 2001 From: Trey Piepmeier Date: Sat, 22 Jul 2023 09:17:53 -0400 Subject: [PATCH] Update badges and links in README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 400ec67..cf23cdb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Blaze.horse β€” Django Starter Kit -[![Build Status](https://github.com/piepworks/blaze-starter/actions/workflows/coverage.yml/badge.svg)](https://github.com/piepworks/blaze-starter/actions/workflows/coverage.yml) +[![Django Tests Status](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-django.yml/badge.svg)](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-django.yml) +[![Playwright Tests Status](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-playwright.yml/badge.svg)](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-playwright.yml) [![codecov](https://codecov.io/gh/piepworks/blaze-starter/branch/main/graph/badge.svg?token=5V3K1650SC)](https://codecov.io/gh/piepworks/blaze-starter) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![pre-commit: enabled](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Django version 4.2.x](https://img.shields.io/badge/Django-4.2.x-blue?logo=django&logoColor=green)](https://djangoproject.com) [![Python version 3.11.x](https://img.shields.io/badge/Python-3.11.x-blue?logo=python&logoColor=ffd440)](https://www.python.org) -[![SQLite: in production](https://img.shields.io/badge/SQLite-in_production-blue?logo=sqlite&logoColor=green)](https://sqlite.org) +[![SQLite: in production](https://img.shields.io/badge/SQLite-in_production-blue?logo=sqlite&logoColor=green)](https://litestream.io) [![Playwright: enabled](https://img.shields.io/badge/Playwright-enabled-brightgreen?logo=playwright)](https://playwright.dev) Seahorse icon @@ -28,9 +29,11 @@ From the makers of [Cassette Nest](https://cassettenest.com) and [Lists of Books
  • Email addresses are the usernames: the most sensible default!
  • -
  • 🎁 pip-compile for easy dependency management.
  • +
  • 🎁 pip-tools for easy dependency management.
  • πŸ“ pre-commit to keep your code clean and working properly.
  • πŸ§ͺ pytest for fast, easy-to-write tests.
  • +
  • 🎭 Playwright for robust browser testing, including visual regression tests! +
  • πŸ”· Litestream for effortless SQLite support in β€œserverless” environments
  • πŸ«€ Sets you up to build progressively-enhanced, accessible websites and applications.
  • @@ -57,7 +60,7 @@ From the makers of [Cassette Nest](https://cassettenest.com) and [Lists of Books ## Installation ```shell -/bin/bash -c "$(curl -fsSL https://blaze.horse/blaze-starter/install)" +/bin/bash -c "$(curl -fsSL https://blaze.horse/starter/install)" ``` [Here's the script that command runs.](https://github.com/piepworks/blaze-starter/blob/main/dev/setup.sh)