nestx-schematics
TypeScript icon, indicating that this package has built-in type declarations

1.0.53 • Public • Published

nestx-schematics

Nest architecture element generation based on Nest-X schematics. (TypeScript Support Only)

NPM Workflow Codecov Semantic-Release

Description

It will override

Concerns

Code Styles

  • bundled with prettier + eslint + eslint-typescript support
  • bundled with husky and pretty-quick in git hooks
  • using config written in package.json instead of single configuration file
  • using __tests__ an jest style test file suffix

Features

PR Welcome

  • [x] Application
  • [ ] Class
  • [ ] Configuration
  • [ ] Controller
  • [ ] Decorator
  • [ ] Interceptor
  • [ ] Library
  • [ ] Service

Usage

Create Nest Application with @nestjs/cli

Pre-require suite: Ensure you installed @nestjs/cli globally first. If not, please run npm i @nestjs/cli -g or yarn global add @nestjs/cli first

Note

You must install the latest version nestx-schematics globally at your local then it can be found by @nestjs/cli.

yarn global add nestx-schematics
nest g -c nestx-schematics application <your-app-name>

Create New Nest Component on existing Nest Application

Currently, not support

Package Sidebar

Install

npm i nestx-schematics

Weekly Downloads

17

Version

1.0.53

License

MIT

Unpacked Size

30.8 kB

Total Files

23

Last publish

Collaborators

  • aquariuslt