I would like to add a generator to scaffold boot scripts, something like:
slc loopback:boot
What kind of boot script would you like to generate?
>o sync
o async
What do you want to name your boot script? <enter name>
[generate <name>.js] in /server/boot with the following contents:
#sync
module.exports = function(app) {
}
#async
module.exports = function(app, cb) {
cb();
};
@bajtos @raymondfeng @ritch Thoughts?
Connected to #93
I would like to add a generator to scaffold boot scripts, something like:
@bajtos @raymondfeng @ritch Thoughts?
Connected to #93