There are 2 angular cli packages available on npm:
angular-cli which is currently at 1.0.0-beta.28.3
@angular/cli which is currently at 1.0.0-beta.31
What is the difference between these 2 packages, and which is the right one to use for a new project?
The angular docs aren't particularly clear here. https://cli.angular.io/ says to npm install -g angular-cli, while https://github.com/angular/angular-cli says to npm install -g @angular/cli