Skip to content

Commit

Permalink
Feature: Custom package repos (#129)
Browse files Browse the repository at this point in the history
* Support custom packages

---------

Signed-off-by: Dennis Meister <[email protected]>
Co-authored-by: Dominic Sudy <[email protected]>
  • Loading branch information
dennismeister93 and doosuu authored Jul 20, 2023
1 parent 332cf31 commit 281459a
Show file tree
Hide file tree
Showing 21 changed files with 468 additions and 729 deletions.
15 changes: 7 additions & 8 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## JavaScript
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|@oclif/core|2.9.0|MIT|
|@oclif/plugin-help|5.2.12|MIT|
|@oclif/plugin-not-found|2.3.29|MIT|
|@oclif/core|2.9.3|MIT|
|@oclif/plugin-help|5.2.13|MIT|
|@oclif/plugin-not-found|2.3.30|MIT|
|@oclif/plugin-plugins|3.1.6|MIT|
|@oclif/test|2.3.28|MIT|
|@oclif/test|2.3.29|MIT|
|@types/archiver|5.3.2|MIT|
|@types/chai|4.3.5|MIT|
|@types/decompress|4.2.4|MIT|
Expand All @@ -18,22 +18,21 @@
|@typescript-eslint/eslint-plugin|6.0.0|MIT|
|@typescript-eslint/parser|6.0.0|unknown|
|archiver|5.3.1|MIT|
|axios|0.27.2|MIT|
|axios-retry|3.5.1|unknown|
|chai|4.3.7|MIT|
|decompress|4.2.1|MIT|
|eslint|8.44.0|MIT|
|eslint|8.45.0|MIT|
|mocha|10.2.0|ISC<br/>MIT|
|mock-fs|5.2.0|MIT|
|node-pty|1.0.0|MIT|
|nyc|15.1.0|ISC<br/>MIT|
|oclif|3.9.1|MIT|
|pkg|5.8.1|MIT|
|prettier|3.0.0|Apache 2.0|
|prettier-plugin-organize-imports|3.2.2|MIT|
|prettier-plugin-organize-imports|3.2.3|MIT|
|recursive-copy|2.0.14|ISC|
|semver|7.5.4|ISC|
|shx|0.3.4|MIT|
|simple-git|3.19.1|unknown|
|sinon|15.2.0|MIT|
|ts-node|10.9.1|MIT|
|tslib|2.6.0|BSD Zero Clause License|
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This file is maintained by velocitas CLI, do not modify manually. Change setting
- OS Recommendation is e.g. Ubuntu >= 22.04
- python3 (If not default in your environment create a symlink or use `python-is-python3`)
- `wget`, `dapr`, `build-essential`, `glibc` need to be installed
- `wget`, `dapr`, `build-essential`, `glibc`, `git` need to be installed

## Project configuration

Expand Down
Loading

0 comments on commit 281459a

Please sign in to comment.