Skip to content

stalinb87/watchless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchless

Watch for a entire directory and only compile a specific file

Arguments:

  • '-o' the output folder
  • '-d' the directory to watch
  • '-f' the file to compile when there is a change in the directory
  • '-h' show the help

All the arguments are required (for now) later i will make some error checking

Example

watchless -o cssfolder -d lessfolder -f lessfolder/file.less

Installation

npm install watchless -g

About

watch for a entire directory and only compiled a specific file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published