Open
Description
Often enough I find myself in need of a project, and as I've grown used to the stack itself and the generator's workflow I usually fire up the generator every time I need something using this stack.
The problem is that all the tools that we might find useful in long-standing projects, specifically testing, are a burden when all you want is a simple POC or a throwaway.
Now I'm sure there are many lean generators out there, but I'd really like continue using this one but being able to run as clean and as quick as possible from the first $ af
(that's my abbreviation for $ yo angular-fullstack
) to running and deployed.
Can we have a --lean
option in this generator? And perhaps even something like --nano
for ultra-minimalistic?