All Projects → ccbrown → Needy

ccbrown / Needy

Licence: mit
A C++ library dependency helper.

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects

Labels

Projects that are alternatives of or similar to Needy

Movtogif Cli
📺 Convert mov/mp4 to high-quality animated gifs
Stars: ✭ 56 (-5.08%)
Mutual labels:  cli
Spotify Tui
Spotify for the terminal written in Rust 🚀
Stars: ✭ 11,061 (+18647.46%)
Mutual labels:  cli
Node Google Play Cli
command line tools using the node-google-play library
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Gemfury
Gemfury CLI and API client
Stars: ✭ 56 (-5.08%)
Mutual labels:  cli
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+14830.51%)
Mutual labels:  cli
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-5.08%)
Mutual labels:  cli
Awless Templates
Repository of examples for awless templates (see https://github.com/wallix/awless)
Stars: ✭ 59 (+0%)
Mutual labels:  cli
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+14011.86%)
Mutual labels:  cli
Changed Log
Returns all commit messages between 2 versions of an NPM module
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Unpuzzled
A colorful CLI library with variable provenance.
Stars: ✭ 57 (-3.39%)
Mutual labels:  cli
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Wsdirector
All the world's a server, and all the men and women merely clients
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Mkcli
Markdown command line interface definition
Stars: ✭ 56 (-5.08%)
Mutual labels:  cli
Rbiam
A unified IAM+Kubernetes RBAC access control exploration tool
Stars: ✭ 59 (+0%)
Mutual labels:  cli
Dress
👗 Dress up your stdout
Stars: ✭ 55 (-6.78%)
Mutual labels:  cli
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+14016.95%)
Mutual labels:  cli
Cheatsheet
Cool command-line cheatsheet. Open format, grep-able, where you need them most.
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli
Clojurl
An example Clojure CLI HTTP/S client using GraalVM native image
Stars: ✭ 59 (+0%)
Mutual labels:  cli
12306 Cli
command line tool for 12306.cn 🚄
Stars: ✭ 58 (-1.69%)
Mutual labels:  cli

Needy Build Status Build status codecov Documentation MIT License

Needy is tool that aims to make C++ library dependencies as magical as possible. Dependencies are declared in a file known as the "needs file", usually by simply adding a source URI. Then Needy will download and build those dependencies for you.

For example, by creating a needs.yaml file in your project that looks like this:

libraries:
    catch:
        repository: [email protected]:philsquared/Catch.git
        commit: v1.3.0

You can then use a simple command invocation (needy satisfy) to download and build Catch for your target platforms. Once integrated with your build system, adding, updating, or modifying dependencies in any way becomes a trivial matter.

Needy is extremely capable, so be sure to check out the examples directory or the documentation to see some more things you can do.

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].