0.0.10 • Published 2 years ago

@kunlunjs/schematics v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

The Kunlun CLI is a command-line interface tool that helps you to initialize, develop, and your Kunlun application. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured app. Read more here.

Installation

npm install -g @kunlunjs/schematics
# or
yarn global add @kunlunjs/schematics

Usage

Developing

Install @angular-devkit/schematics-cli to be able to use schematics command

npm i -g @angular-devkit/schematics-cli
# or
yarn global add @angular-devkit/schematics-cli

Now build the schematics and run the schematics.

npm run build

# --dry-run
schematics .:application

# execute schematics
schematics .:application --debug false
# or
schematics .:application --dry-run false
# or
schematics .:application --type nest-prisma-restful --dry-run false

Helpful

Helpful article about Custom Angular Schematics which also applies to Kunlun.

Stay in touch

License

Kunlun is MIT licensed.