_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
@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/
This image has the same usage as Angular CLI (https://cli.angular.io/)
docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli ng new my-project-name
docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli ng g component sample-component
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
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:
MIT