@hexcore/hcli
v0.9.4
Published
CLI to help build hexcore based apps
Downloads
4
Readme
Hexcore CLI
Description
Hexcore is advanced framework based on NestJS to build hexagonal architecture designed apps. CLI package contains helper commands to faster create elements of Hexcore app like modules, commands, queries, entities.
Usage:
In project folder execute:
hcli <command>
Command list:
- make:module <name> - Creates new module with given name
- make:module:command <moduleName> <group> <name> - Creates new module command in selected command group with given name