angular-klingon / klingon

Angular Klingon: The UI companion for the @angular/cli
https://angular.run
MIT License
189 stars 19 forks source link

feat: change shell/console path to newly created angular project path #69

Closed sumitparakh closed 5 years ago

sumitparakh commented 5 years ago

Is your feature request related to a problem? Please describe. This feature is related to the ng generate issue #5 .

Reason to include this feature Point behind this feature is that, when a user creates new project, he will most likely work on it. So instead of leaving shell at home directory, we should change it to working directory path. i.e., the path of newly created angular project..

Current Case:- localhost_4200_

Should be:- localhost_4200_ 1 (Documents is project root directory and nggen is app directory name)

It will help in generating new components just after creating new project. User won't need to rely on project root directory field if he is alreay in that path.

@manekinekko