New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

twatch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twatch

watch runner, you have during development many commands that watch your files or host your files in a webserver. this project will let you have many watch and server on a single console.

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

#twatch watch runner, you have during development many commands that watch your files or host your files in a webserver. this project will let you have many watch and server on a single console.

make a script "watch.js" in the root of yout project (you can name it and place it how and where you want)

´´´js var twatch = require("twatch");

twatch('watchify -t babelify src/main.js -o public/bundle.js'); twatch({cmd:'json-server -s public/ data.json',logName:'server'}); twatch({cmd:'scripts/customWatchStript.js',logName:'build'});

´´´ In this script you watch have three watch processes runing blocking only one console and you can easily stop all together by [ctrl]+c.

Developer

Tobias Nickel German software developer in Shanghai. alt text

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc