Will be good to implement quick start feature for nodeadmin package, so users will can quickly launch web interfaces for MySQL databases via simple commands like npm install; npm start.
Good example of this implementation is adminMongo package, that can be launched via simple commands:
git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo
npm install
npm start
open http://127.0.0.1:1234 in browser
How hard will provide same way of installation and launching for nodemon package?