███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗ ░█████╗░██╗░░░░░██╗
████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝ ██╔══██╗██║░░░░░██║
██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░ ██║░░╚═╝██║░░░░░██║
██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗ ██║░░██╗██║░░░░░██║
██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝ ╚█████╔╝███████╗██║
╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░ ░╚════╝░╚══════╝╚═╝
A CLI built to modernize, standardize and make it easier to create/update Angular projects.
About • Installation • Technologies • Commands • Author • License
Command-line interface (CLI) built in Node.js allow you to automate repetitive tasks and make your life easier when working with Angular projects.
#install
npm install @ngx-devs/cli -g
#run some command
ngxd g c sample
# create a new project
ngxd new <project-name>
# create a new entity
ngxd generate component <component-name>
# Or use an alias
ngxd g c <component-name>
Copyright © 2021 Gleison Almeida.
This project is licensed by MIT.