Function: needsBootstrap()
needsBootstrap(
root):boolean
True when the folder has no .projenrc.ts yet and needs full bootstrapping.
Keying off .projenrc.ts (not package.json) avoids clobbering a cleaned
workspace that still has a hand-authored projenrc.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean