just use your cmd: You can use the ng generate (or just ng g) command to generate Angular components:
ng g component my-new-componentng g directive my-new-directiveng g pipe my-new-pipeng g service my-new-serviceng g class my-new-classtng g interface my-new-interfaceng g enum my-new-enumng g module my-module