0.0.5 • Published 5 years ago

simple-syncer v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

simple-syncer

Inline command tool for browserSync.

Installation

npm i -g simple-syncer

Usage

$ simpleSyncer

Just run simpleSyncer and your *.html *.css *.js *.{gif,jpg,png,svg} files in current folder will be reload(inject for css) when you change these files

options

optiondescriptionexample
-pset the port you want to use (default: 3000)$ simpleSyncer -p 3333
-dset the directory you want to watch (default: ./)$ simpleSyncer -d /Users/xxxx/Project/my-project