'Prefix' options for Components?

Hi everyone,

Does ionic have a “prefix” option for generating Components like the angular cli one has ?

Thanks !

If it does it is not documented:
https://ionicframework.com/docs/cli/generate/

How and why is this useful?

I would like to add a prefix to all of my classes (for example : LG) to avoid names collisions with external libraries.

From Angular CLI doc :

--prefix: string, default 'app', the prefix to use when generating new components