NodeJs app that kills the terminal and act as a task runner
- Yez! Node.js module
npm install -g yez - Yez! Chrome extension (optional)
-
Install the Yez! module by running
npm install -g yezornpm install -g https://registry.npmjs.org/yez/-/yez-2.0.1.tgz.
If you have problems installing the module please check out the this thread. -
Run
yezin your console -
Open Chrome browser and install the extension
-
Open Chrome's DevTools and find the Yez! tab
(Have in mind that when you run the backend of Yez! the app is available at http://localhost:9173/)
To open Yez! just press Ctrl+Shift+I which openes the DevTools console. Just after that press Ctrl+] till you reach the needed tab.
Ctrl+l- clearing the command output panelCtrl+Enter- restarting the taskCtrl+i- bring the focus to the input fieldCtrl+\- opens a new terminalCtrl+c- stops the run tasks
npm testUsing the extension as terminal
Creating a simple task
List of all added tasks
Creating a task which runs the Yez! tests
The result after runnning the task
Creating a task which opens Twitter and checks the latest news about #nodejs
The result after runnning the task