feat(core): Added retrieval class for Gitea based assets.

This commit is contained in:
2025-01-01 01:44:43 +01:00
parent 9fdbf7f154
commit 6a8c860c79
8 changed files with 4383 additions and 3176 deletions

View File

@ -6,4 +6,8 @@ export interface ITsPublishJson {
name: string;
dependencies: string[];
registries: string[];
/**
* allows the sepcification of bin names that invoke cli scripts
*/
bin: string[];
}