Add Feature Toggle Tag (#1237)

* Add Feature Toggle Tag

* Add redirect
This commit is contained in:
Kieran
2025-04-04 19:51:29 +01:00
committed by GitHub
parent 6485f9a315
commit 1fa27b1da8
5 changed files with 10 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
name: Flagsmith
website_url: https://flagsmith.com
description: Flagsmith provides a dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly).
description: Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly).
licenses:
- BSD-3-Clause
platforms:
- Docker
- K8S
tags:
- Miscellaneous
- Software Development - Feature Toggle
source_code_url: https://github.com/flagsmith/flagsmith
stargazers_count: 5560
updated_at: '2025-04-03'

View File

@@ -6,7 +6,7 @@ licenses:
platforms:
- Go
tags:
- Miscellaneous
- Software Development - Feature Toggle
source_code_url: https://github.com/thomaspoignant/go-feature-flag
stargazers_count: 1603
updated_at: '2025-04-03'

View File

@@ -7,6 +7,7 @@ platforms:
- Python
tags:
- Analytics
- Software Development - Feature Toggle
source_code_url: https://github.com/posthog/posthog
stargazers_count: 25511
updated_at: '2025-04-03'

View File

@@ -0,0 +1,4 @@
name: Software Development - Feature Toggle
description: A [feature toggle](https://en.wikipedia.org/wiki/Feature_toggle) in software development provides an alternative to maintaining multiple feature branches in source code.
related_tags:
- Software Development - IDE & Tools

View File

@@ -17,3 +17,5 @@ redirect:
url: '#software-development---project-management'
- title: Software Development - Testing
url: '#software-development---testing'
- title: Software Development - Feature Toggle
url: '#software-development---feature-toggle'