Copy the output of the terminal directly into your clipboard (this works with Git Bash at least !)
<command> | clipList all global NPM packages/modules
npm list -g --depth 0Run serverless in debug mode
SLS_DEBUG=true serverless offline --stage devCopy the output of the terminal directly into your clipboard (this works with Git Bash at least !)
<command> | clipList all global NPM packages/modules
npm list -g --depth 0Run serverless in debug mode
SLS_DEBUG=true serverless offline --stage devCopy one directory to another
robocopy <src_path> <dest_path> /EDelete a folder which has loads of child directories which cannot be deleted using Window's File Explorer. Read more here: https://blog.bertvanlangen.com/articles/path-too-long-use-robocopy/
robocopy <path_to_empty_directory> <path_to_gigantic_directory> /purgeCreate a symbolic link (Windows) From: https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ Run cmd as administrator
mklink /D <path from> <path to>