Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat. | Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. |
Bower operates at a lower level than previous attempts at client-side package management – such as Jam, Volo, or Ender. These managers could consume Bower as a dependency.;Bower's aim is simply to install packages, resolve dependencies from a bower.json, check versions, and then provide an API which reports on these things. Nothing more. This is a major diversion from past attempts at browser package management.;Bower offers a generic, unopinionated solution to the problem of package management, while exposing an API that can be consumed by a more opinionated build stack. | - |
Statistics | |
GitHub Stars 14.9K | GitHub Stars 57.1K |
GitHub Forks 1.8K | GitHub Forks 26.9K |
Stacks 6.4K | Stacks 343.7K |
Followers 4.5K | Followers 184.2K |
Votes 927 | Votes 6.6K |
Pros & Cons | |
Pros
Cons
| Pros
Cons
|

A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets.

Writing HTML apps is super easy with elm-lang/html. Not only does it render extremely fast, it also quietly guides you towards well-architected code.

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Mercurial is dedicated to speed and efficiency with a sane user interface. It is written in Python. Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds.

It is a general-purpose, multi-paradigm programming language based on the Scheme dialect of Lisp. It is designed to be a platform for programming language design and implementation. It is also used for scripting, computer science education, and research.

Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.

Plastic SCM is a distributed version control designed for big projects. It excels on branching and merging, graphical user interfaces, and can also deal with large files and even file-locking (great for game devs). It includes "semantic" features like refactor detection to ease diffing complex refactors.

Pijul is a free and open source (AGPL 3) distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed.

It is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.