An open API service indexing awesome lists of open source software.

https://github.com/ibob/gits

A dev-oriented project-local package manager. An alternative to git submodules
https://github.com/ibob/gits

Last synced: over 1 year ago
JSON representation

A dev-oriented project-local package manager. An alternative to git submodules

Awesome Lists containing this project

README

          

# gits

[![Gem Version](https://badge.fury.io/rb/gits.svg)](https://badge.fury.io/rb/gits)

A dev-oriented project-local package manager. An alternative to git submodules.

*Gits is still in an experimental phase of development. Features and usage will change dramatically with no regard for backwards compatibility.*

## Not what you're looking for?

Perhaps gits is not what you're looking for in terms of features. In that case you can [open a feature request](https://github.com/iboB/gits/issues/new) or check out these similar alternative tools:

* [fips](https://github.com/floooh/fips) - git-based, multi-platform build system and package manager for C and C++ projects. Works with any git repos
* [gpm](https://github.com/aerys/gpm) - a platform-agnostic git-based package manager. Works with .tar.gz files in git lfs repos
* [gitpack](https://github.com/dominiksalvet/gitpack) - a bash-only git-based package manager. Works with any git repos

## Contributing

Issues, suggestions, and pull requests are welcome.

## License

This software is distributed under the MIT Software License. See accompanying LICENSE file or copy [here](https://opensource.org/licenses/MIT).

Copyright © 2020 [Borislav Stanimirov](http://github.com/iboB)