mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
cli: add nodejs
This commit is contained in:
parent
442fc78869
commit
e2febddff5
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,3 +14,6 @@ result
|
|||
__pycache__
|
||||
**.pyc
|
||||
|
||||
node_modules/
|
||||
package-lock.json
|
||||
package.json
|
|
@ -18,6 +18,7 @@
|
|||
jq # JSON pretty printer and manipulator
|
||||
mtr # Better traceroute
|
||||
nmap # Network scanner
|
||||
nodejs # Node.js
|
||||
nodePackages.npm # Node package manager
|
||||
powershell # Powershell
|
||||
pssh # Parallel SSH
|
||||
|
|
Loading…
Reference in a new issue