NestJs Packages

cyia-build-file

- 用于nestjs编译时替换配置文件 - 可能大概也许其他编译用得着(假如没框架自带) # 使用方法 - package.json配置 ```json "prenest-build": "cyia-build-file r -C ", "nest-build": "xxxx", "postnest-build": "cyia-build-file re -C " ``` - 默认配置文件`cbfConfig.json` > 也可以-C 指定路径(相对路径)

1.0.1 • Published 6 years ago

create-bar

Bootstraps a lean NestJS Express-based app to help on creating minimal reproduction of issues. Just run `npm init nest` or `npx create-nest`

0.0.6 • Published 1 year ago