As for my favorite editor for coding, for some years now I used VS Code and seems like in many ways this is the 'de facto' must editor for the Front-End. So time to time I'll post some tips on how to use it right. First things first install it to you Mac's .bash_profile with this:
https://code.visualstudio.com/docs/setup/mac
After that you can use it as normal editor.
Run for example:
$>npm audit >> ~/NPM.report.txt
$>code ~/NPM.report.txt
And here it is you own npm report in you lovely code.
https://code.visualstudio.com/docs/setup/mac
After that you can use it as normal editor.
Run for example:
$>npm audit >> ~/NPM.report.txt
$>code ~/NPM.report.txt
And here it is you own npm report in you lovely code.
No comments:
Post a Comment