0.0.1 • Published 3 years ago
create-angular-project v0.0.1
create-angular-project
Scaffolding Your First Angular Project
With NPM:
$ npm create angular-project@latestWith Yarn:
$ yarn create angular-projectWith PNPM:
$ pnpm create angular-projectThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold an Angular, run:
# npm 6.x
npm create angular-project@latest my-angular-app --template angular-v14
# npm 7+, extra double-dash is needed:
npm create angular-project@latest my-angular-app -- --template angular-v14
# yarn
yarn create angular-project my-angular-app --template angular-v14
# pnpm
pnpm create angular-project my-angular-app --template angular-v14Currently supported template presets include:
angular-v14angular-v14-standalone
You can use . for the project name to scaffold in the current directory.
Credits
This project is inspired by create-vite.
0.0.1
3 years ago