mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +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__
|
__pycache__
|
||||||
**.pyc
|
**.pyc
|
||||||
|
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
|
@ -18,6 +18,7 @@
|
||||||
jq # JSON pretty printer and manipulator
|
jq # JSON pretty printer and manipulator
|
||||||
mtr # Better traceroute
|
mtr # Better traceroute
|
||||||
nmap # Network scanner
|
nmap # Network scanner
|
||||||
|
nodejs # Node.js
|
||||||
nodePackages.npm # Node package manager
|
nodePackages.npm # Node package manager
|
||||||
powershell # Powershell
|
powershell # Powershell
|
||||||
pssh # Parallel SSH
|
pssh # Parallel SSH
|
||||||
|
|
Loading…
Reference in a new issue