1.0.0 • Published 6 years ago
create-ng-app v1.0.0
Create Angular App
Create an angular project in seconds
Usage
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-ng-app <my-project>
Or starting with npm v6.1 you can do:
npm init ng-app <my-project>
Or with yarn:
yarn create ng-app <my-project>
1.0.0
6 years ago