0.6.1 • Published 5 years ago
roloi v0.6.1
Roloi
A simple npm package used to watch and auto reload files during development.
Main feature
- you can call roloi and then file name and roloi will start your app and watch for any changes
$ roloi server.jsYou can also:
- call roloi without specifying any file and roloi will automatically look into your package.json file, find the main entry and start it
$ roloiInstallation
The installation is fairly simple all you need to do is run
$ npm i -g roloiand that is it.