-
Looking at the example of sudo it seems there are still plenty of regular and recent commits.
https://github.com/sudo-project/sudo/commits/main/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Time Zone Database
https://github.com/eggert/tz/graphs/contributors
https://en.wikipedia.org/wiki/Tz_database
-
-
Mocha js testing framework is widely used and maintained by a small team https://github.com/mochajs/mocha/issues/5027
-
husky (git hooks) https://github.com/typicode/husky
-
oils
Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
bash and readline - Chet Ramey. Both originally by Brian Fox https://twobithistory.org/2019/08/22/readline.html
maybe less of a bus factor now with OSH approaching feature/speed parity and having more maintainers https://www.oilshell.org/
-
byte-buddy - runtime code generation for the Java virtual machine - https://github.com/raphw/byte-buddy
> It is stable and in use by distinguished frameworks and tools such as Mockito, Hibernate , Jackson, Google's Bazel build system and many others. Byte Buddy is also used by a large number of commercial products to great result. It is currently downloaded over 75 million times a year.
-
-
libexpat
:herb: Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub
-
-
-
Homebrew has a healthy amount of contributors. Some people leave as priorities change but others join.
https://github.com/Homebrew/brew#who-we-are
-
e2fsprogs (https://github.com/tytso/e2fsprogs) is a widely-used utility suite for creating, maintaining, and repairing ext2, ext3, and ext4 filesystems
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
-
heyform
HeyForm is an open-source form builder that allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.
Not very typical "widely used" project but recently surpassed 100k+ installs with two people working on it part-time.
https://github.com/heyform/heyform
-
How about the history for "true": https://github.com/coreutils/coreutils/commits/master/src/tr...
Related posts
-
Build a LinkedIn Bio Generator in Laravel using the REST API of OpenAI, Livewire and Tailwind CSS.
-
How I structured my first Express App
-
Focusing your tests on the domain. A PHPUnit example
-
Symfony: A Robust and Scalable PHP Framework for Modern Web Applications
-
Using Redis for Caching in Laravel: A Step-by-Step Guide