Getting Started

Installing the packages and enjoy the best of front-end and
back-end with amazing development experience, as it should be.

Terminal

# Using NPM to install @nxgs packages

npm install -D @nxgs/devkit @nxgs/design ...

 # You can use a simple and short command

npm i -D @nxgs/{devkit,design,angular,nest}

 # Alternatively, you can use Yarn too

yarn add --dev @nxgs/devkit @nxgs/design ...

Dev Experience

Only execute what you want to create

TS Patterns Angular Nest
Editor
import { featherAirplay } from '@nxgs/devkit/generators';

export default async function(tree: Tree, options: LibraryOptions) {}

© Copyright 2024 - Guilherme Siquinelli - @guiseek