Skip to content

kunlunjs/kunlun-schematics

Repository files navigation

Kunlun Logo

A fullstack(NestJS、React) framework for building efficient and scalable applications.

NPM Version Package License NPM Downloads Coverage CircleCI

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.

About

多年实际项目中沉淀的各种前端项目(React、Vue3、Taro、UniApp)、NestJS(Node.js) 最佳通用工程化模板 🎬

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •