@ngx-devs/cli
v1.13.0
Published
NGX Devs CLI
Downloads
28
Readme
███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗ ░█████╗░██╗░░░░░██╗
████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝ ██╔══██╗██║░░░░░██║
██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░ ██║░░╚═╝██║░░░░░██║
██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗ ██║░░██╗██║░░░░░██║
██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝ ╚█████╔╝███████╗██║
╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░ ░╚════╝░╚══════╝╚═╝
A CLI built to modernize, standardize and make it easier to create/update Angular projects.
:information_source: About
Command-line interface (CLI) built in Node.js allow you to automate repetitive tasks and make your life easier when working with Angular projects.
:arrow_forward: Installation
#install
npm install @ngx-devs/cli -g
#run some command
ngxd g c sample
:hammer_and_wrench: Technologies
| :globe_with_meridians: CLI | | :------------------------------------------------------------------------------------: | | Gluegun | | @angular-devkit/schematics | | TypeScript |
:robot: Commands
# create a new project
ngxd new <project-name>
Components
:hammer_and_wrench: common
# create a new common component
ngxd generate component common <component-name>
# or
ngxd g c c <component-name>
:hammer_and_wrench: dialog
# create a new dialog component
ngxd generate component dialog <component-name>
# or
ngxd g c d <component-name>
:hammer_and_wrench: page
# create a new page component
ngxd generate component page <component-name>
# or
ngxd g c p <component-name>
:hammer_and_wrench: widget
# create a new widget component
ngxd generate component widget <component-name>
# or
ngxd g c w <component-name>
Services
:hammer_and_wrench: common
# create a new common service
ngxd generate service common <service-name>
# or
ngxd g s c <service-name>
:hammer_and_wrench: api
# create a new api service
ngxd generate service api <service-name>
# or
ngxd g s a <service-name>
Stores
:hammer_and_wrench: ng-simple-state
# create a new ng-simple-state store
ngxd generate store ng-simple-state <store-name>
# or
ngxd g st sst <store-name>
:boy: Author
Developed with ❤️ by Gleison Almeida 👋🏽 My Contacts:
:balance_scale: License
Copyright © 2021 Gleison Almeida. This project is licensed by MIT.