Skip to content

alejandroSuch/angular-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/

@angular/cli: 14.0.6
node: 14.18.0
npm: 6.14.15
yarn: 1.22.5
os: linux x64
package manager: yarn
docker hub: https://hub.docker.com/r/alexsuch/angular-cli/

Docker Pulls Docker Stars

Usage examples

This image has the same usage as Angular CLI (https://cli.angular.io/)

Creating a project

docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli ng new my-project-name

Generating a component

docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli ng g component sample-component

Serving

docker run -it --rm -w /app -v $(pwd)/my-project-name:/app -p 4200:4200 alexsuch/angular-cli ng serve --host 0.0.0.0

Credits

All credits for the CLI go for the Angular CLI team.

This Docker image has been made with ❤️ by Alejandro Such and all these wonderful contributors:

License

MIT