@ngx-devs/cli
TypeScript icon, indicating that this package has built-in type declarations

1.12.0 • Public • Published
             ███╗░░██╗░██████╗░██╗░░██╗░░░░░░██████╗░███████╗██╗░░░██╗░██████╗  ░█████╗░██╗░░░░░██╗
             ████╗░██║██╔════╝░╚██╗██╔╝░░░░░░██╔══██╗██╔════╝██║░░░██║██╔════╝  ██╔══██╗██║░░░░░██║
             ██╔██╗██║██║░░██╗░░╚███╔╝░█████╗██║░░██║█████╗░░╚██╗░██╔╝╚█████╗░  ██║░░╚═╝██║░░░░░██║
             ██║╚████║██║░░╚██╗░██╔██╗░╚════╝██║░░██║██╔══╝░░░╚████╔╝░░╚═══██╗  ██║░░██╗██║░░░░░██║
             ██║░╚███║╚██████╔╝██╔╝╚██╗░░░░░░██████╔╝███████╗░░╚██╔╝░░██████╔╝  ╚█████╔╝███████╗██║
             ╚═╝░░╚══╝░╚═════╝░╚═╝░░╚═╝░░░░░░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░  ░╚════╝░╚══════╝╚═╝

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ngx-devs/cli

Weekly Downloads

7

Version

1.12.0

License

MIT

Unpacked Size

95.2 kB

Total Files

35

Last publish

Collaborators

  • gleison