Project

watchit

0.0
No commit activity in last 3 years
No release in over 3 years
Frontend modification listening and auto-refreshing tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 0.10
~> 11.1.2

Runtime

~> 1.4
~> 3.4
 Project Readme

watchit

watchit是一个前端开发的辅助工具,其主要功能有:

  • 在指定目录下启动一个静态web服务器,用于向浏览器提供静态文件访问(效果与python3 -m http.server相同)
  • 监视启动web服务器的目录中任意文件的修改操作,当有修改时自动刷新页面

基本使用

Usage: watchit [options]
    -w, --watch        Watch path, 要监视的路径
    -p, --port         Server port, 启动的服务器端口
    -v, --version      Version, 版本信息
    -h, --help         Display this help message, 帮助消息