Add new page for Node globals

This commit is contained in:
James Skemp 2021-06-20 17:46:52 -05:00
parent f14f22572b
commit 5c7be35acb
2 changed files with 32 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Summary
- [Node Commands](./node.md)
- [My Node Globals](./node/globals.md)
- [PowerShell Commands](./powershell.md)
- [Windows Commands](./windows.md)
- [Linux Commands](./linux.md)

31
src/node/globals.md Normal file
View File

@ -0,0 +1,31 @@
# My Node Globals
The following is a list of globals I tend to install with Node. Items are listed in order of relative importance, and then alphabetically.
```
npm install ___ -g
```
Again, you can run `npm ls -g --depth 0` to view any packages that have been installed globally.
## Node Utilities
- npm-check-updates
## General Utilities
- http-server
## TypeScript
- typescript
- eslint
- typedoc
- dts-gen
## Frameworks
- @angular/cli
- @ionic/cli
- @vue/cli
- create-react-app
- gulp-cli
## Visual Studio Code Extension Development
- yo
- generator-code