Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 685 Bytes

ent - recipe tree management

ent is a tool for working with packaging recipes in git trees/monorepos.

Primarily it is intended for use with Serpent OS packaging, and to a limited degree, Solus packaging.

Installation

ent is written in Rust, and can be installed via cargo:

cargo install --path .

Usage

ent is a command line tool, and can be invoked with ent:

ent --help

For example, to check for updates to the recipes in the current directory:

ent check updates

Copyright

ent is licensed under the terms of the MPL-2.0 license. See the LICENSE file for details.