Table of Contents
Get started with Invorious Libraries, learn the fundamentals and explore advanced topics on our documentation website.
| Library | Status | Description |
|---|---|---|
| Access Control | 🚧 🚧 | Read more |
| Access Control Front | 🚧 🚧 | Read more |
| Collection Manager | 🚧 🚧 | In progress |
| Forms Manager | 🚧 🚧 | In progress |
| Repository | 🚧 🚧 | In progress |
| HttpClient | 🚧 🚧 | In progress |
| 🚧 🚧 | In progress | |
| Errors | 🚧 🚧 | In progress |
Your scripts and the package.json are required for each library
"scripts": {
"release": "standard-version",
"release:major": "standard-version --release-as major",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch"
}Important: Before running this script, you must log in to npm with a valid user from the Invorious organization.
npm run upload-npm access-control
npm run upload-npm access-control patch
npm run upload-npm access-control minor
npm run upload-npm access-control majorLearn about the latest improvements.