Added
This commit is contained in:
parent
82551b6954
commit
a154e1225f
2 changed files with 18 additions and 0 deletions
|
@ -662,6 +662,8 @@ softwareGroups:
|
||||||
Package-Management: &Package-Management
|
Package-Management: &Package-Management
|
||||||
# - homebrew
|
# - homebrew
|
||||||
# - whalebrew
|
# - whalebrew
|
||||||
|
- syncpack
|
||||||
|
- ultra
|
||||||
- zap
|
- zap
|
||||||
Productivity-Desktop: &Productivity-Desktop
|
Productivity-Desktop: &Productivity-Desktop
|
||||||
- libreoffice
|
- libreoffice
|
||||||
|
|
16
software.yml
16
software.yml
|
@ -737,6 +737,22 @@ softwarePackages:
|
||||||
choco: signal
|
choco: signal
|
||||||
flatpak: org.signal.Signal
|
flatpak: org.signal.Signal
|
||||||
scoop: signal
|
scoop: signal
|
||||||
|
ultra:
|
||||||
|
_bin: ultra
|
||||||
|
_desc: Ultra fast monorepo script runner and build tool
|
||||||
|
_docs: https://github.com/folke/ultra-runner
|
||||||
|
_github: https://github.com/folke/ultra-runner
|
||||||
|
_home: https://www.npmjs.com/package/ultra-runner
|
||||||
|
_name: Ultra Task Runner
|
||||||
|
npm: ultra-runner
|
||||||
|
syncpack:
|
||||||
|
_bin: syncpack
|
||||||
|
_desc: Consistent dependency versions in large JavaScript Monorepos.
|
||||||
|
_docs: https://jamiemason.github.io/syncpack/installation
|
||||||
|
_github: https://github.com/JamieMason/syncpack
|
||||||
|
_home: https://jamiemason.github.io/syncpack/
|
||||||
|
_name: Syncpack
|
||||||
|
npm: syncpack
|
||||||
flake8:
|
flake8:
|
||||||
_bin: flake8
|
_bin: flake8
|
||||||
_desc: Flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
|
_desc: Flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
|
||||||
|
|
Loading…
Reference in a new issue