Download this repo via the download link or git.
Unzip if directely downloaded vai download link
open command-line
type c: > npm install -g c:/downloads/angular-generator-master
You can generate angular component, module and the rest via cli.
ang
ang g/generate module test/app
ang g/generate component test/app
ang g/generate service test/app
ang g/generate directive test/app
ang g/generate pipe test/app
ang g/generate guard test/app
ang g/generate class test/app
ang g/generate model test/app
ang g/generate interface test/app
ang g/generate enum test/app