Gorbunov Kirill Andreevich c3ad2e5bba #8 fix checkout.
2024-04-21 16:26:11 +03:00
2024-04-21 16:26:11 +03:00
2024-04-03 17:39:00 +03:00
2024-04-21 16:26:11 +03:00
2023-10-18 00:39:27 +03:00
2023-09-23 21:16:26 +03:00
2023-08-12 16:24:50 +03:00
2024-04-03 17:39:00 +03:00
2024-04-03 17:39:00 +03:00
2023-08-18 23:59:15 +03:00
2024-04-03 08:28:16 +03:00

pkgdash

pkgdashcli

Installation

Use any of the following for a pain-free installation:

  • If you have go installed, you can run:
    go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
    

Config

Before starting, you should fill out the configuration file. The file must be located in the .gitea, .gitlab, .github directory according to the git type you are using.

  • branches - array of main branches
  • source - information about the version control system
  • source.type - type of version control system
  • source.apiurl - path to the version control system api
  • source.repository - repository name
  • source.owner - username of the repository owner
  • update_opt - dependency update options
  • update_opt.pre - update to pre-release versions
  • update_opt.major - compare only major versions in modules
  • update_opt.up_major - raise the version according to major
  • update_opt.cached - caching

Config.Example

# .gitea/pkgdashcli.yaml
branches: [master]
source:
  type: gitea
  apiurl: git.unistack.org
  repository: pkgdash
  owner: unistack
update_opt:
  pre: false
  major: false
  up_major: false
  cached: true
Description
No description provided
Readme
Languages
JavaScript 95.4%
Go 2.9%
TypeScript 1.5%
HTML 0.2%