Visual Studio Code Extension that provides shortcut keys for a new terminal.
shift+alt+s / shift+option+s
will run "npm start" in a new terminal on the nearest directory containing a package.json fileshift+alt+n / shift+option+n
will run "node {currentFile}" in a new terminal.shift+alt+t / shift+option+t
will run "npm run test" in a new terminal (experimental).shift+alt+u / shift+option+u
will run "git push heroku master" in a new terminal (experimental)shift+alt+p / shift+option+p
will open a new terminal to the current file location.
- Node must be installed and the active file must be of type .js extension for all node commands.
- Git must be installed for all git commands.
- Heroku must be installed for heroku commands.
- npm must be installed for npm commands.
Author: JOSIAH POWELL
GitHub: JoePall
Made with ❤ and ☕ from Overbrook, KS