Skip to content

jgmorrison/eyeOn-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eyeOn

A simple CLI program to watch an html file and css for changes and reload the browser when a change is saved to either file.

Installation

Install from PyPI:

pip install eyeon

eyeOn is also available on Anaconda.org:

conda install -c jmorrison eyeon

Usage

Just pass the html file you want to reload and watch as the first argument and the css file you want to watch as the second argument. If either file changes the html file passed in the first argument will be automatically reloaded in the browser or a browser will launch if not already opened.:

eyeon index.html style.css

About

Simple web developer CLI Tool to reload browser on file change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages