An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Hexancore Logo

Hexancore


Full-Stack TypeScript Framework for building epic HexArch designed applications.


Package: Nx



NPM Version
NPM Downloads

## 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