New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-ng

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ng

## Scaffolding Your First Angular Project

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

create-angular

Scaffolding Your First Angular Project

With NPM:

$ npm create ng@latest

With Yarn:

$ yarn create ng

With PNPM:

$ pnpm create ng

Then 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 ng@latest my-angular-app --template angular-v14

# npm 7+, extra double-dash is needed:
npm create ng@latest my-angular-app -- --template angular-v14

# yarn
yarn create ng my-angular-app --template angular-v14

# pnpm
pnpm create ng my-angular-app --template angular-v14

Currently supported template presets include:

  • angular-v14
  • angular-v14-standalone

You can use . for the project name to scaffold in the current directory.

Credits

This project is inspired by create-vite.

FAQs

Package last updated on 25 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts