From a154e1225f4c78d0a90acb7eb8c00d683876586a Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 14 May 2023 08:41:21 +0000 Subject: [PATCH] Added --- home/.chezmoidata.yaml | 2 ++ software.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 14f8cdff..bb16167d 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -662,6 +662,8 @@ softwareGroups: Package-Management: &Package-Management # - homebrew # - whalebrew + - syncpack + - ultra - zap Productivity-Desktop: &Productivity-Desktop - libreoffice diff --git a/software.yml b/software.yml index 83f15f5f..1f56b90c 100644 --- a/software.yml +++ b/software.yml @@ -737,6 +737,22 @@ softwarePackages: choco: signal flatpak: org.signal.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: _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.