███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗ ░█████╗░██╗░░░░░██╗
████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝ ██╔══██╗██║░░░░░██║
██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░ ██║░░╚═╝██║░░░░░██║
██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗ ██║░░██╗██║░░░░░██║
██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝ ╚█████╔╝███████╗██║
╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░ ░╚════╝░╚══════╝╚═╝
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 common component
ngxd generate component common <component-name>
# or
ngxd g c c <component-name>
# create a new dialog component
ngxd generate component dialog <component-name>
# or
ngxd g c d <component-name>
# create a new page component
ngxd generate component page <component-name>
# or
ngxd g c p <component-name>
# create a new widget component
ngxd generate component widget <component-name>
# or
ngxd g c w <component-name>
# create a new common service
ngxd generate service common <service-name>
# or
ngxd g s c <service-name>
# create a new api service
ngxd generate service api <service-name>
# or
ngxd g s a <service-name>
# create a new ng-simple-state store
ngxd generate store ng-simple-state <store-name>
# or
ngxd g st sst <store-name>
Copyright © 2021 Gleison Almeida.
This project is licensed by MIT.