Last active
January 11, 2023 19:34
-
-
Save cyberbiont/65173b373fe775bcb3e269cd1158416f to your computer and use it in GitHub Desktop.
npm global modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env pwsh | |
npm install --global ` | |
gulp-cli ` | |
# @vue/cli ` | |
# @vue/[email protected] | |
# @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://[email protected]/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/[email protected] | |
# +-- @typescript-eslint/[email protected] | |
# +-- @vue/[email protected] | |
# +-- [email protected] | |
# +-- [email protected] -> D:\Projects\Production\IT\modules\libraries\enstyler | |
# +-- [email protected] -> D:\Projects\Production\IT\modules\libraries\entemplate | |
# +-- [email protected] | |
# +-- [email protected] -> D:\Projects\Production\IT\modules\js\eslint-config-cyberbiont | |
# +-- [email protected] -> D:\Projects\Production\IT\work\Dan.IT\packages\eslint-config-danit | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] -> D:\Projects\Production\IT\modules\js\jest-config-cyberbiont | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] | |
# +-- [email protected] -> D:\Projects\Production\IT\modules\js\webConstructor | |
# +-- [email protected] | |
# `-- [email protected] | |
@angular/[email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment