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
- Host: GitHub
- URL: https://github.com/ibob/gits
- Owner: iboB
- License: mit
- Created: 2020-11-25T16:27:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T15:03:55.000Z (over 4 years ago)
- Last Synced: 2025-03-18T00:11:59.059Z (over 1 year ago)
- Language: Ruby
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gits
[](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)