This is simple node js operations project
#Projects: Watcher : monitors a directory if any changes found in the mentioned directory it runs mvn clean install run this command to install dependent module : npm install chokidar --save
Create a shorcut on desktop to monitor:
- Create a text file
- Add the following content in it D: cd JavaTechy\nodejs\DirectoryWatcher node MultiDirWatch.js
- Save the file as .bat extension
- Run the bat file to monitor
#express install express module : npm install express Globally install : npm install express -g
Run a node js File node MvnChangeWatch.js
Commit with author name: git commit -m "removed node modules" --author "javatechy"
Remove a directory from remote
git rm --cached -r node_modules
Push to remove git push https://javatechy@github.com/javatechy/nodejs --all