mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
parent
6485f9a315
commit
1fa27b1da8
5 changed files with 10 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
4
tags/software-development---feature-toggle.yml
Normal file
4
tags/software-development---feature-toggle.yml
Normal 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
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue