This question is about angular-cli usage.
Is it possible to specify the project folder for running ng commands?
For example:
$ ng build /home/fadc80/my-first-angular-cli-project
Additionally...
Is it possible to specify the output folder too?
For example:
$ ng build /home/fadc80/my-first-angular-cli-project ./build
Thanks!