All Projects → yasuoyuhao → ynest

yasuoyuhao / ynest

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

Programming Languages

typescript
32286 projects
dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ynest

nest
Raven's package manager
Stars: ✭ 22 (+29.41%)
Mutual labels:  nest
obsidian
A WordPress starter kit for the modern web.
Stars: ✭ 20 (+17.65%)
Mutual labels:  gitlab
gitlab-mattermost-backup
A simple backup script for mattermost in gitlab omnibus package
Stars: ✭ 23 (+35.29%)
Mutual labels:  gitlab
nestlogger
Logger library for NestJs services
Stars: ✭ 28 (+64.71%)
Mutual labels:  nest
nest-blog-api
B站全栈之巅:基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)
Stars: ✭ 34 (+100%)
Mutual labels:  nest
pipelines-as-code
Pipelines as Code
Stars: ✭ 37 (+117.65%)
Mutual labels:  gitlab
GitHub-Web-IDE
⚡ Open GitHub repositories in online web IDE
Stars: ✭ 242 (+1323.53%)
Mutual labels:  gitlab
md-toc
Automatically generate a compliant table of contents for a markdown file to improve document readability
Stars: ✭ 18 (+5.88%)
Mutual labels:  gitlab
gitlab-job-log-viewer
Browser extension for code highlighting raw logs in Gitlab CI
Stars: ✭ 21 (+23.53%)
Mutual labels:  gitlab
blog3.0
博客V3.0 目前使用的技术(Nuxtjs + Nestjs + Vue + Element ui + vuetify),存储(MongoDB + Redis + COS)
Stars: ✭ 37 (+117.65%)
Mutual labels:  nest
mapped-types
Configuration module for Nest framework (node.js) 🐺
Stars: ✭ 192 (+1029.41%)
Mutual labels:  nest
rocketchat-gitlab-hook
Add GitLab notifications via a new WebHook in Rocket.Chat
Stars: ✭ 80 (+370.59%)
Mutual labels:  gitlab
mom
Proof of concept for Message-Oriented-Middleware based architecture.
Stars: ✭ 39 (+129.41%)
Mutual labels:  nest
nestjs-redis
Redis(ioredis) module for NestJS framework
Stars: ✭ 112 (+558.82%)
Mutual labels:  nest
ganttlab
A live Gantt chart for GitLab and GitHub
Stars: ✭ 30 (+76.47%)
Mutual labels:  gitlab
svn2git
Tool to help and automate migration from SVN to GitLab
Stars: ✭ 34 (+100%)
Mutual labels:  gitlab
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (+29.41%)
Mutual labels:  gitlab
StGitlab
Sublime text Gitlab manager
Stars: ✭ 13 (-23.53%)
Mutual labels:  gitlab
gitlab-setup
A Packer / Terraform / Ansible configuration to install Gitlab and Gitlab-CI
Stars: ✭ 53 (+211.76%)
Mutual labels:  gitlab
homebridge-google-nest-sdm
A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats.
Stars: ✭ 16 (-5.88%)
Mutual labels:  nest
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與企業級的環境配置方式。

詳細內容請參考文件

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].