An asdf plugin to manage multiple versions of the Angular CLI (Angular CLI documentation).
asdf plugin add angular-cli https://github.com/dainer88/asdf-angular-cli.gitasdf install angular-cli 18.2.1
asdf set angular-cli 18.2.1
ng versionClone this repository and add the plugin locally:
git clone https://github.com/dainer88/asdf-angular-cli.git
asdf plugin add angular-cli ./asdf-angular-cli
asdf list all angular-cliTo test a specific version:
asdf install angular-cli 18.2.1
asdf set angular-cli 18.2.1
ng version- jq
- curl
- npm or pnpm
- Fork the repository.
- Create a new branch (
feature/new-feature). - Make your changes and run the tests.
- Open a Pull Request.
For detailed contribution guidelines, see CONTRIBUTING.md.
This repository uses GitHub Actions to validate the plugin scripts and basic syntax.