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.
- Host: GitHub
- URL: https://github.com/richardbmk/projectrunner
- Owner: Richardbmk
- Created: 2020-10-02T13:59:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T16:03:54.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T17:51:14.917Z (over 1 year ago)
- Topics: child-process, file-system, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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