wishtack / wishtack-steroids

Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
https://wishtack.io
MIT License
96 stars 16 forks source link

yarn ng g @wishtack/schematics overrides directory structure..... #176

Closed MHacker9404 closed 5 years ago

MHacker9404 commented 5 years ago

When I do ng g @wishtack/schematics - the SCAM is created in my current working directory. But if I do yarn ng....the SCAM is created at the app root level?

yjaaidi commented 5 years ago

Hi @MHacker9404,

This is the default behavior with yarn and npm run. They run commands with the project's root path as current working directory.

Do you think we should update the documentation and just mention ng g instead of yarn ng g? https://github.com/wishtack/wishtack-steroids/blob/97de15f63bfea09f73defd6b8be29bb18f736ab1/packages/schematics/README.md#L17

yjaaidi commented 5 years ago

Hi @MHacker9404 , I'm closing the issue due to inactivity. Feel free to reopen an issue if needed. Thanks