All Projects → wurstscript → Wurststdlib2

wurstscript / Wurststdlib2

Licence: apache-2.0
WurstScript Standard Library Version 2

Projects that are alternatives of or similar to Wurststdlib2

deptest
dependent testing framework
Stars: ✭ 15 (-70%)
Mutual labels:  dependency
gradle-upgrade-interactive
CLI to interactively upgrade gradle dependencies, inspired by yarn.
Stars: ✭ 44 (-12%)
Mutual labels:  dependency
Tslib
Runtime library for TypeScript helpers.
Stars: ✭ 762 (+1424%)
Mutual labels:  dependency
presetter
🛹 Reuse and manage build scripts, devDependencies and config files from your favourite presets, instead of copy and paste!
Stars: ✭ 61 (+22%)
Mutual labels:  dependency
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+716%)
Mutual labels:  dependency
Taskmanager
一种支持依赖关系、任务兜底策略的任务调度管理工具。API灵活易用,稳定可靠。轻松提交主线程任务、异步任务。支持周期性任务,顺序执行任务,并行任务等。
Stars: ✭ 373 (+646%)
Mutual labels:  dependency
elftree
ELF library dependency viewer
Stars: ✭ 40 (-20%)
Mutual labels:  dependency
Java9 Jigsaw Depvis
DepVis (Java 9 Jigsaw Dependency Visualizer)
Stars: ✭ 14 (-72%)
Mutual labels:  dependency
hardhat-dependency-compiler
📦 Compile Solidity sources directly from NPM dependencies
Stars: ✭ 19 (-62%)
Mutual labels:  dependency
Projeny
A project and package manager for Unity
Stars: ✭ 656 (+1212%)
Mutual labels:  dependency
siringa
Minimalist dependency injection library for Python that embraces type annotations syntax
Stars: ✭ 51 (+2%)
Mutual labels:  dependency
updatebot
a simple bot for updating dependencies in source code
Stars: ✭ 30 (-40%)
Mutual labels:  dependency
Pyup
A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
Stars: ✭ 379 (+658%)
Mutual labels:  dependency
merge-confidence
The home of WhiteSource's Merge Confidence feature, for Renovate and WhiteSource Remediate
Stars: ✭ 41 (-18%)
Mutual labels:  dependency
Kodein Mvvm
Example app using Kodein for dependency injection with MVVM and Architecture Components
Stars: ✭ 26 (-48%)
Mutual labels:  dependency
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+5034%)
Mutual labels:  dependency
Composer Bin Plugin
No conflicts for your bin dependencies
Stars: ✭ 287 (+474%)
Mutual labels:  dependency
Vue Slicksort
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️
Stars: ✭ 1,010 (+1920%)
Mutual labels:  dependency
Inji
a dependency inject container for golang (golang inject), objects will be closed on a reverse order of their creation
Stars: ✭ 13 (-74%)
Mutual labels:  dependency
Cpm.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Stars: ✭ 560 (+1020%)
Mutual labels:  dependency

CircleCI

Wurst Standard Library

This is the repository of the WurstScript standard library which provides a vast amount of useful packages to users starting out with Wurst. Many commonly used data structures, wc3 specific utility packages, Object Editing as well as extension wrappers for the blizzard natives have been implemented, are unit tested and therefore ready to use in production immediately.

Motivation

Wurst aims to provide a better "out of the box" experience when it comes to warcraft III modding. Since Jass is very limited, developers have to implement basic data structures, like Lists, or Warcraft specific functionality, like damage detection, themselves. Before Wurst these resources had to be gathered and copied manually from modding forums across the web. Public code resources in forums threads are not only hard to maintain and keep up to date, but also often untested, interdependent on other resources and incompatible with other code.

By introducing a standard library, we offer the developers everything they need to start focusing on creating content, rather than implementing basics to even get started. The frameworks provided by the standard library try to be lightweight and unintrusive, while still configurable for your needs. The streamlined API allows external packages to share code and work independently.

Contributing

View CONTRIBUTING.md

Documentation

https://wurstlang.org/stdlib

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].