Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 4.35 KB

README.md

File metadata and controls

108 lines (81 loc) · 4.35 KB

Logo

Invorious Libraries


Logo_Npm Logo_PRs Logo_Chat Logo_License

Logo_Stars


Table of Contents
  1. Documentation
  2. Ecosystem
  3. Build library invorious
  4. Builded with
  5. Changelog

Documentation

Get started with Invorious Libraries, learn the fundamentals and explore advanced topics on our documentation website.

(back to top)

Ecosystem

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
Email 🚧 🚧 In progress
Errors 🚧 🚧 In progress

(back to top)

Build library invorious

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 major

(back to top)

Builded with

HUSKY

(back to top)

Changelog

Learn about the latest improvements.

(back to top)