When listing the available generators, `polymer init` should include those generators of the form `@scope/generator-polymer-init-*` Currently, `polymer init` checks for `startsWith('polymer-init')` when filtering the available generators (`generator` is stripped by Yeoman). Checking instead for a match with `/^(@[^\/]+\/)?polymer-init.*/` would allow scoped packages to show up.