Skip to content

Instantly share code, notes, and snippets.

@cyberbiont
Last active January 11, 2023 19:34
Show Gist options
  • Select an option

  • Save cyberbiont/65173b373fe775bcb3e269cd1158416f to your computer and use it in GitHub Desktop.

Select an option

Save cyberbiont/65173b373fe775bcb3e269cd1158416f to your computer and use it in GitHub Desktop.
npm global modules
#!/usr/bin/env pwsh
npm install --global `
gulp-cli `
# @vue/cli `
# @vue/cli@5.0.0-alpha.8
# @vue/cli@next
npm-check-updates `
depcheck `
del-cli `
yarn `
# аналог npx для yarn
ynpx `
npm-safe-install `
typescript `
transitive-peerdeps `
degit `
@angular/cli `
;
npm link eslint-config-cyberbiont `
npm link jest-config-cyberbiont `
# enstyler
# entemplate
# то что редко нужно и можно использовать с npx:
# codesandbox `
# nodemon `
# yo `
# documentation
# nvm-reinstall-packages
# cross-env
# git+https://git@github.com/cyberbiont/eslint-config-danit.git#semver:*
# mermaid `
# jest `
# webpack-cli походу локально рекомендуется ставить
# generator-code ` - для затравок расширений для VSCOde
# npm-check ` альтернатива depcheck
# install-peerdeps `
# transitive-peerdeps ` (для yarn)
# vsce ` уже не нужен. т.к. публикую через Github а паблишера уже создал, да и в случае чего можно npx использовать
# prettier `
# eslint `
# eslint-config-airbnb-base `
# eslint-config-prettier `
# eslint-plugin-chai-expect `
# eslint-plugin-chai-friendly `
# eslint-plugin-import `
# eslint-plugin-jest `
# eslint-plugin-prettier `
# typescript `
# @typescript-eslint/parser `
# @typescript-eslint/eslint-plugin `
# было установлено на node 14 у меня:
# windows-build-tools
# depcheck
# npm-check
# generator-code
# generator-wordpress
# generator-chisel
# @angular/cli
# +-- @typescript-eslint/eslint-plugin@3.2.0
# +-- @typescript-eslint/parser@3.2.0
# +-- @vue/cli@4.4.6
# +-- enstyle@0.0.0
# +-- enstyler@0.1.0 -> D:\Projects\Production\IT\modules\libraries\enstyler
# +-- entemplate@0.1.0 -> D:\Projects\Production\IT\modules\libraries\entemplate
# +-- eslint-config-airbnb-base@14.2.0
# +-- eslint-config-cyberbiont@1.0.0 -> D:\Projects\Production\IT\modules\js\eslint-config-cyberbiont
# +-- eslint-config-danit@1.0.5 -> D:\Projects\Production\IT\work\Dan.IT\packages\eslint-config-danit
# +-- eslint-config-prettier@6.11.0
# +-- eslint-plugin-chai-expect@2.1.0
# +-- eslint-plugin-chai-friendly@0.6.0
# +-- eslint-plugin-import@2.21.2
# +-- eslint-plugin-jest@23.13.2
# +-- eslint-plugin-prettier@3.1.3
# +-- install-peerdeps@2.0.3
# +-- jest@26.0.1
# +-- jest-config-cyberbiont@0.1.0 -> D:\Projects\Production\IT\modules\js\jest-config-cyberbiont
# +-- generator-chisel@0.16.1
# +-- generator-code@1.2.16
# +-- gulp-cli@2.3.0
# +-- link@0.1.5
# +-- mermaid@8.5.2
# +-- nodemon@2.0.4
# +-- npm@6.14.4
# +-- npm-check-updates@7.0.1
# +-- npm-safe-install@1.1.0
# +-- prettier@2.0.5
# +-- typescript@3.9.5
# +-- vsce@1.76.1
# +-- webConstructor@0.0.1 -> D:\Projects\Production\IT\modules\js\webConstructor
# +-- yarn@1.22.4
# `-- yo@3.1.1
@angular/cli@15.1.0
├── corepack@0.10.0
├── generator-code@1.7.1
├── npm-check-updates@16.3.11
├── npm@9.2.0
├── verdaccio@5.15.4
└── yo@4.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment