Home Node.js.- Common CLIs
Post
Cancel

Node.js.- Common CLIs

List of common CLI and how to install using node.js I usually use

Angular CLI

https://angular.io/guide/setup-local

1
npm install -g @angular/cli

Azure Function Core Tools

https://github.com/Azure/azure-functions-core-tools

1
npm i -g azure-functions-core-tools@4 --unsafe-perm true

Static Web Apps CLI

https://github.com/Azure/static-web-apps-cli (npm)

1
npm install -g @azure/static-web-apps-cli
This post is licensed under CC BY 4.0 by the author.