mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-14 05:05:21 +02:00
chore: split aliases
This commit is contained in:
4
bash/.aliases/node.sh
Normal file
4
bash/.aliases/node.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias clean-node-modules='find . -name "node_modules" -type d -print0 |xargs -0 rm -r --'
|
||||
alias organize-package-json='npx format-package -w && npx sort-package-json'
|
Reference in New Issue
Block a user