orogene 0.3.14

`node_modules/` package manager and utility toolkit.
Documentation
<div class="oranda-hide">

# orogene

</div>

> Yet another `node_modules/` package manager, I guess.

[![crates.io](https://img.shields.io/crates/v/orogene.svg)](https://crates.io/crates/orogene)
[![GitHub checks
state](https://img.shields.io/github/checks-status/orogene/orogene/main)](https://github.com/orogene/orogene/actions/workflows/ci.yml?query=branch%3Amain)
[![Project
Roadmap](https://img.shields.io/badge/Roadmap-Project%20Roadmap-informational)](https://github.com/orgs/orogene/projects/2/views/1)

Orogene is a next-generation package manager for tools that use
`node_modules/`, such as bundlers, CLI tools, and Node.js-based
applications. It's fast, robust, and meant to be easily integrated into
your workflows such that you never have to worry about whether your
`node_modules/` is up to date.

> *Note*: Orogene is still under heavy development and shouldn't be
> considered much more than a tech demo or proof of concept. Do not use in
> production yet.

#### Performance

Orogene is pretty fast and uses fewer resources than other package
managers! For details and benchmarks, see [the benchmarks]

### Contributing

For information and help on how to contribute to Orogene, please see
[CONTRIBUTING.md].

### License

Orogene and all its sub-crates are licensed under the terms of the [Apache
2.0 License].

[the benchmarks]: https://orogene.dev/BENCHMARKS.html
[CONTRIBUTING.md]: https://github.com/orogene/orogene/blob/main/CONTRIBUTING.md
[Apache 2.0 License]: https://github.com/orogene/orogene/blob/main/LICENSE

[the benchmarks]: ./BENCHMARKS.md
[CONTRIBUTING.md]: ./CONTRIBUTING.md
[Apache 2.0 License]: ./LICENSE