glib-itc
v1.0.12
Published
`glib-itc <lib-name> [options]`
Downloads
6
Readme
glib-itc: Nx Library Generator
Usage
glib-itc <lib-name> [options]
Arguments
<lib-name>
: (Required) The name for your new Nx library.
Options
-c, --crud
: (Optional) Include this flag to generate basic CRUD components (Add, Edit, All) for the library.
Examples
- Create an Nx library named
user-management
:
glib-itc user-management
- Generate a library named user-management with CRUD components:
glib-itc user-management --crud
- Create a new directory and Nx library with CRUD components.
glib-itc directory/user-management --crud