Command-line tool to create and manage an InvenioRDM instance. The library is under active development and basic functionality is not yet working. Expect a first working release by March 2025.
Invenio is a single Go binary, available for download from the releases page. Download the binary for your platform (Linux, Mac, Windows; X86 or ARM architecture), and place it in your PATH.
To install invenio on macOS using Homebrew, run:
brew tap front-matter/invenio
brew install invenio
To install invenio using Go, run:
go install github.com/front-matter/invenio@latest
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License: MIT