npm.io
1.13.0 • Published 1 year agoCLI

@ngx-devs/cli

Licence
MIT
Version
1.13.0
Deps
1
Size
93 kB
Vulns
0
Weekly
0
Stars
4
             ███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗  ░█████╗░██╗░░░░░██╗
             ████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝  ██╔══██╗██║░░░░░██║
             ██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░  ██║░░╚═╝██║░░░░░██║
             ██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗  ██║░░██╗██║░░░░░██║
             ██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝  ╚█████╔╝███████╗██║
             ╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░  ░╚════╝░╚══════╝╚═╝

A CLI built to modernize, standardize and make it easier to create/update Angular projects.

Build NPM Version Install Size Top Language GitHub last commit License

CLI Logo with red background

AboutInstallationTechnologiesCommandsAuthorLicense

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.


Installation

#install
npm install @ngx-devs/cli -g

#run some command
ngxd g c sample

Technologies


Commands

# create a new project
ngxd new <project-name>
Components
common
# create a new common component
ngxd generate component common <component-name>
# or
ngxd g c c <component-name>
dialog
# create a new dialog component
ngxd generate component dialog <component-name>
# or
ngxd g c d <component-name>
page
# create a new page component
ngxd generate component page <component-name>
# or
ngxd g c p <component-name>
widget
# create a new widget component
ngxd generate component widget <component-name>
# or
ngxd g c w <component-name>
Services
common
# create a new common service
ngxd generate service common <service-name>
# or
ngxd g s c <service-name>
api
# create a new api service
ngxd generate service api <service-name>
# or
ngxd g s a <service-name>
Stores
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>

Author

Profile Photo Gleison Almeida
Gleison de Almeida

Developed with by Gleison Almeida
My Contacts:

Linkedin Badge Github Badge Outlook Badge


License

Copyright 2021 Gleison Almeida.
This project is licensed by MIT.