JSPM

@klearthinkk/create-ynest

1.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q62036F
  • License MIT

new nest.js project from klearthinkk

Package Exports

  • @klearthinkk/create-ynest

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@klearthinkk/create-ynest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


description: 本篇文章將介紹如何快速開始 yNest

快速開始

基本介紹

ynest, 是一個幫助項目開始的腳手架,目前包含了 nest.js、flutter 項目,內置 CI/CD 等自動化腳本設定。

文件位置
原始碼位置

基本指令

請使用以下指令快速開始:

yarn create @klearthinkk/ynest

或者:

npx @klearthinkk/create-ynest

接下來,你會看到以下選項:

What project template would you like to generate? (Use arrow keys)
❯ flutter-gitlab
  nestjs-general
  • flutter-gitlab 可以快速啟動一個 flutter App,其中包含了自動化 CI/CD,以及企業級的環境配置方式,詳細用法可以參考這裡
  • nestjs-general 可以快速啟動與建置一個 nest.js App,其中包含了自動化 CI/CD、容器化設定、TypeORM 配置、Elasticsearch、Redis、RabbitMQ與企業級的環境配置方式。

詳細內容請參考文件