1.12.0 • Published 2 years ago

@ngx-devs/cli v1.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago
             ███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗  ░█████╗░██╗░░░░░██╗
             ████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝  ██╔══██╗██║░░░░░██║
             ██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░  ██║░░╚═╝██║░░░░░██║
             ██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗  ██║░░██╗██║░░░░░██║
             ██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝  ╚█████╔╝███████╗██║
             ╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░  ░╚════╝░╚══════╝╚═╝

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:

Linkedin Badge Github Badge Outlook Badge


:balance_scale: License

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

1.12.0

2 years ago

1.11.3

2 years ago

1.11.2

2 years ago

1.11.1

2 years ago

1.10.2

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.11.0

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago