An open API service indexing awesome lists of open source software.

https://github.com/richardbmk/projectrunner

Creation of you own personal project runner. In this project I build a command line application that's going to watch for changes inside of or project directory any time shomething change.
https://github.com/richardbmk/projectrunner

child-process file-system nodejs

Last synced: about 2 months ago
JSON representation

Creation of you own personal project runner. In this project I build a command line application that's going to watch for changes inside of or project directory any time shomething change.

Awesome Lists containing this project

README

          

# Node JS Project Runner similar to Nodemon

Creation of you own personal project runner. In this project I build a command line application that's going to watch for changes inside of or project directory any time shomething change.

It is like a the nodemon package, but much simple version

##### In this project use:
* nodejs standard library modules (child_process, file system)
* Open source package: Chokidar and Caporal
* loops, Promises, async and await
* forEach method
* nmp link
* npm init