Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make CLI available without install
This small change will allow consumers of the CLI to have their projects shared with anyone, even if they don't have the CLI installed. They just clone, and run `npm install`, and then they can all interesting stuff they want directly from the CLI by using `npm run ng -- ` instead of `ng`. It also helps people who may have multiple projects created by the CLI not all upgraded to the latest version, matching their global install. Close #3126
- Loading branch information