https://github.com/hexancore/cli
Hexancore CLI
https://github.com/hexancore/cli
Last synced: 4 months ago
JSON representation
Hexancore CLI
- Host: GitHub
- URL: https://github.com/hexancore/cli
- Owner: hexancore
- License: mit
- Created: 2024-02-05T18:03:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T18:03:28.000Z (over 1 year ago)
- Last Synced: 2025-10-12T04:22:55.487Z (8 months ago)
- Language: TypeScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Hexancore
Full Stack TypeScript framework for building epic Hexagonal Architecture designed apps.
Package: cli
## Description
Cli module for [Hexancore](https://hexancore.github.io/hexancore/)
CLI package contains helper commands to faster create elements of Hexancore App like modules, commands, queries, entities.
## Installation
```bash
# NPM
npm i --save @hexancore/cli
# YARN
yarn add @hexancore/cli
```
## Usage
In project folder execute:
```
hcli
```
## Command list:
- **make module** - Creates new module
- **make message** - Creates new module message
- **pulumi make project** - Creates new module message
## Documentation
Documentation(work in progress...):
https://hexancore.github.io/hexancore/cli