Allows running SCURI (github) from the comfort of your beloved VS Code.
Commands
SCuri Create Spec
Will generate a .spec file for the .ts file that is currently opened in the VS Code window
SCuri Create Spec (overwrite)
Will generate a .spec file for the .ts file that is currently opened in the VS Code window overwriting existing spec if any.
Scuri Update
Will update the existing .spec file for the .ts file that is currently opened in the VS Code window
Scuri Install Dependencies
Will run npm install --save-dev scuri @angular-devkit/schematics-cli in the current working folder root to install requirements
Requirements
It needs to install npm packages scuri and @angular-devkit/schematics-cli. Just run the Scuri Install Dependencies command from the command pallette F1/Ctrl + Shift + p or any other command and it will do the trick