Skip to content

Commit d6d7e27

Browse files
committed
docs: rebrand to FactoryTools with logo and GitHub Actions badges - Add FactoryTools logo and styled name (Factory in primary color) - Add rebranding announcement section - Add GitHub Actions CI/CD build status badges - Include both ci.yml and deploy-docs.yml workflow badges - Update header with centered layout matching website style
1 parent 3fd27d6 commit d6d7e27

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

readme.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
<h1 align="center">Welcome to LowlandTech.TinyTools 👋</h1>
2-
<p>
1+
<div align="center">
2+
<img src="site/public/wrench.svg" alt="FactoryTools Logo" width="100" height="100" />
3+
<h1><span style="color: #0ea5e9;">Factory</span>Tools</h1>
4+
<p><em>Formerly LowlandTech.TinyTools - Rebranding to FactoryTools in 2026</em></p>
5+
</div>
6+
7+
<p align="center">
38
<img alt="Version" src="https://img.shields.io/badge/version-2026.1.0-blue.svg?cacheSeconds=2592000" />
9+
<a href="https://github.com/lowlandtech/tinytools/actions/workflows/ci.yml" target="_blank">
10+
<img alt="Build Status" src="https://github.com/lowlandtech/tinytools/actions/workflows/ci.yml/badge.svg" />
11+
</a>
12+
<a href="https://github.com/lowlandtech/tinytools/actions/workflows/deploy-docs.yml" target="_blank">
13+
<img alt="Docs Status" src="https://github.com/lowlandtech/tinytools/actions/workflows/deploy-docs.yml/badge.svg" />
14+
</a>
415
<a href="https://tools.lowlandtech.com" target="_blank">
516
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
617
</a>
@@ -18,6 +29,18 @@
1829

1930
### [Demo](https://tools.lowlandtech.com)
2031

32+
---
33+
34+
## 🎨 Rebranding to FactoryTools
35+
36+
**TinyTools** is becoming **<span style="color: #0ea5e9;">Factory</span>Tools** in 2026!
37+
38+
The new name better reflects the library's purpose: providing **factory tools** for code generation, scaffolding, and template-based workflows. The package will be renamed to `LowlandTech.FactoryTools` with full backward compatibility.
39+
40+
📖 Visit our new documentation site: [tools.lowlandtech.com](https://tools.lowlandtech.com)
41+
42+
---
43+
2144
## Why TinyTemplateEngine?
2245

2346
Most .NET templating solutions—**RazorEngine**, **RazorLight**, and similar—are built around one core assumption:

0 commit comments

Comments
 (0)