Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adept-dm/adept
Adept - the predictable dependency management system
https://github.com/adept-dm/adept
Last synced: 15 days ago
JSON representation
Adept - the predictable dependency management system
- Host: GitHub
- URL: https://github.com/adept-dm/adept
- Owner: adept-dm
- Created: 2013-06-11T14:27:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T05:57:29.000Z (about 10 years ago)
- Last Synced: 2024-07-31T15:06:33.013Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 7.58 MB
- Stars: 172
- Watchers: 26
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adept #
_- adept dependency management_## Adept Alpha is OUT!
Currently only sbt is supported. The sbt plugin install instructions are available here:
https://github.com/adepthub/adepthub-ext## Overview
[![Build
Status](https://travis-ci.org/adept-dm/adept.svg?branch=master)](https://travis-ci.org/adept-dm/adept)Adept is a platform agnostic dependency management system.
Adept avoids:
- A 'download the Internet' step in your builds that takes forever
- Non-reproducible builds
- Mysteriously corrupt caches
- Complex publish proceduresAdept gives you speed and deterministic behavior:
* Smarter metadata gives exactly what you want or tells you what is wrong
* Separates metadata and artifacts
* Downloads everything in parallel because it can do all resolution up-front
* Uses git and hashes to cache **RELIABLY** and avoid extra http requests
* Publish by just pushing to a git repository## Find out more
| Technical Docs | Setup Guide | Roadmap | Contributing |
|:-------------------------------:|:-------------------------:|:-----------------------:|:---------------------------------:|
| ![i1] [techdocs-image] | ![i2] [setup-image] | ![i3] [roadmap-image] | ![i4] [contributing-image] |
| **[Design] [techdocs]** | **[Setup Guide] [setup]** | **[Roadmap] [roadmap]** | **[Contributing] [contributing]** |## Contributing
Do you want to take part in shaping the ultimate dependency management system on the JVM for years to come?
**Now is the time! Head over to the [Contributing] section**
## Partners
**Do you struggle with your builds at work and think Adept could solve your issues?**
**Want to engage in Adept now and make sure your requirements are met?**
Create an [issue] [issues] and tell the world about your interest or drop me a mail directly if privacy is
required: fredrik.ekholdt (at) typesafe.com !## Questions or need help?
No question should be unasked: head to the [issues tracker] [issues] or start a thread on the [mailing list]
[mailinglist].## License
Licensed under the **[Apache License, Version 2.0] [license]** (the "License");
you may not use this software except in compliance with the License.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[wiki]: https://github.com/adept-dm/adept/wiki/Home
[mailinglist]: http://groups.google.com/group/adept-dev/
[issues]: https://github.com/adept-dm/adept/issues
[design]: https://github.com/adept-dm/adept/wiki/Design
[license]: http://www.apache.org/licenses/LICENSE-2.0[techdocs]: https://github.com/adept-dm/adept/wiki/Documentation
[setup]: https://github.com/adept-dm/adept/wiki/Setup
[roadmap]: https://github.com/adept-dm/adept/wiki/Roadmap
[contributing]: https://github.com/adept-dm/adept/wiki/Contributing[techdocs-image]: https://github.com/adept-dm/adept/wiki/images/techdocs.png
[setup-image]: https://github.com/adept-dm/adept/wiki/images/setup.png
[roadmap-image]: https://github.com/adept-dm/adept/wiki/images/roadmap.png
[contributing-image]: https://github.com/adept-dm/adept/wiki/images/contribute.png