1.0.1 • Published 2 years ago
new-terminal v1.0.1
new-terminal
new-terminal is a simple wrapper around the Windows start command, and the great ttab package. It allows you to run a cross-platform command in a new terminal window.
Install
npm i new-terminal --save-devRun directly in project
npx new-terminal "npm outdated && echo Packages are up-to-date!"Run via package.json script
"scripts": {
"outdated": "new-terminal \"npm outdated && echo ✅ Packages are up-to-date!\""
}Platform Support
- Tested on Windows
- Tested on MacOS
- Should work on Linux
new-terminalis maintained by Cycosoft, LLC