mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
feat(tools): install Node-based CLI tools with mise
Use `mise` to install and manage tools normally installed with `npm`.
This commit is contained in:
@@ -8,36 +8,6 @@
|
||||
|
||||
install_node_global_packages() {
|
||||
local npm_packages=(
|
||||
@commitlint/cli
|
||||
@commitlint/config-conventional
|
||||
@mermaid-js/mermaid-cli
|
||||
@prettier/plugin-php
|
||||
@prettier/plugin-ruby
|
||||
@prettier/plugin-xml
|
||||
dockerfile-language-server-nodejs
|
||||
eslint
|
||||
eslint-config-prettier
|
||||
eslint-plugin-prettier
|
||||
eslint_d
|
||||
htmllint-cli
|
||||
httpsnippet
|
||||
js-beautify
|
||||
jsonlint
|
||||
localtunnel
|
||||
markdown-it
|
||||
prettier
|
||||
prettier-plugin-toml
|
||||
prettier-pnp
|
||||
standard-version
|
||||
stylelint
|
||||
tslint
|
||||
typescript
|
||||
typescript-formatter
|
||||
typescript-language-server
|
||||
uuid-cli
|
||||
vscode-css-languageserver-bin
|
||||
vscode-json-languageserver
|
||||
yaml-language-server
|
||||
)
|
||||
|
||||
npm install -g "${npm_packages[@]}"
|
||||
|
||||
Reference in New Issue
Block a user