2 مستودعات
Collections of helper methods designed to replace repetitive code patterns in specific platforms.
Distinguishing note: Existing candidates refer to project scaffolds or code generators, not runtime utility libraries that reduce boilerplate
Explore 2 awesome GitHub repositories matching development tools & productivity · Development Utility Libraries. Refine with filters or upvote what's useful.
AndroidUtilCode is an Android utility library and system API wrapper designed to reduce development boilerplate. It provides a collection of helper classes for common tasks including system settings management, file I/O, and hardware access. The project distinguishes itself through a comprehensive toolset for device management and UI assistance. It includes specialized capabilities for monitoring battery status, managing system volume and brightness, and implementing UI helpers to prevent duplicate click events. It also provides a dedicated system for coordinate conversion between different m
Reduces development boilerplate by providing static utility classes for common system tasks and data manipulation.
ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr
Allows the inclusion of specialized utility modules during development to keep production artifacts lean.