https://github.com/hexancore/nx
Hexancore Nx integration plugin
https://github.com/hexancore/nx
hexancore nx
Last synced: 4 months ago
JSON representation
Hexancore Nx integration plugin
- Host: GitHub
- URL: https://github.com/hexancore/nx
- Owner: hexancore
- License: mit
- Created: 2024-05-18T17:24:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T12:46:10.000Z (almost 2 years ago)
- Last Synced: 2025-09-17T06:57:52.068Z (9 months ago)
- Topics: hexancore, nx
- Language: TypeScript
- Homepage: https://hexancore.dev
- Size: 379 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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 HexArch designed applications.
Package: Nx
## Description
This package includes plugin for Nx tailored for the Hexancore framework.
It enables developers to seamlessly integrate and manage Hexancore projects within the Nx ecosystem, leveraging advanced monorepo tools and streamlined code organization.
The plugin offers a set of commands and schematics that simplify the creation, configuration, and building of Hexancore applications while ensuring full compatibility with Nx tools.
Perfect for teams looking to combine the flexibility of Hexancore with the powerful features of Nx.
## Quick Start
```bash
npx create-nx-workspace --pm pnpm --preset @hexancore/nx --nxCloud skip --workspaceType integrated
```
## Documentation
### Generators
#### app
Creates new application.
```bash
nx g @hexancore/nx:app --type
```
**Options**
- **directory** - Application directory, final: `apps/` and project name will be `app-`
- **type** - Application type
- backend
- frontend
#### lib
Creates new library.
```bash
nx g @hexancore/nx:lib --type
```
**Options**
- **directory** - Library directory, final: `libs/` and project name will be ``
- **type** - Library type
- backend
- frontend
- shared
**More**
https://hexancore.dev