From e0e3cabd764e8cdb9cc3a8318bc360704ceb4485 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 15 Oct 2022 19:49:45 +0200 Subject: [PATCH] chore(npm): add Degit --- setup/npm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/npm.sh b/setup/npm.sh index 085acde..29844ff 100755 --- a/setup/npm.sh +++ b/setup/npm.sh @@ -10,6 +10,7 @@ npm install -g browser-sync # Live CSS Reload & Browser Syncing npm install -g caniuse-cmd # caniuse for the command line ➜ caniuse border-radius npm install -g commitizen # Git commit, but play nice with conventions ➜ git cz npm install -g cz-conventional-changelog # Prompts for conventional changelog standard +npm install -g degit # Straightforward project scaffolding npm install -g esbuild # An extremely fast JavaScript bundler npm install -g eslint # An AST-based pattern checker for JavaScript npm install -g eslint-plugin-babel