Skip to content

A simple file watcher implementation for development purposes! Developed for the sake of learning about CLI Tools and file watchers! For the sake of improving my coding skills! Developing some projects to make my personal portfolio interesting!

License

GoncaloMark/Jalapeno

Repository files navigation

Jalapeno

This is a File Watcher for Typescript that can provide hot reload features! Simple and light implementation suitable for small/simple projects! I made this for self improving my coding skills and to add some CLI tools to my portfolio!

Installation

Either through cloning with git or by using npm (the recommended way):

npm install -g jalapeno_lnx

And Jalapeno will be installed globally to your system path.

You can also install Jalapeno as a development dependency:

npm install --save-dev jalapeno_lnx

Usage

jalapeno --run [filename]

For CLI options, use the -h argument:

jalapeno -h

Manual restarting

If you need to manually restart your application, instead of stopping and restart Jalapeno, you can type r and press Enter.

Stopping Jalapeno

Hit CTRL+C and it shutdowns Jalapeno!

About

A simple file watcher implementation for development purposes! Developed for the sake of learning about CLI Tools and file watchers! For the sake of improving my coding skills! Developing some projects to make my personal portfolio interesting!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published