Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I safely remove a CRUD module built with yo (mean.js) [closed]

How can I safely remove a CRUD module built with yo meanjs:crud-module <module-name> ?

Is it enough just to delete folder and server files?

like image 597
Lupus Avatar asked May 21 '14 11:05

Lupus


1 Answers

Yes, that is all there is to it. The meanjs system is designed to utilize the files that are there without modifying any configuration files. If the crud-module files are gone, it won't be looking for them.

like image 84
RevDave Avatar answered Oct 21 '22 00:10

RevDave