1.0.1 • Published 9 months ago

new-terminal v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

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-dev

Run 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-terminal is maintained by Cycosoft, LLC