1.0.25 • Published 2 years ago

wzc-generator-nestjs v1.0.25

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Git global setup

# 设置
$ git config --global user.name "zhanchao.wu"
$ git config --global user.email "zhanchao.wu@icloud.com"
  • Create a new repository
# 新项目
$ git clone git@gitlab.cyberstone.com.cn:midway-base/yongding-river.git
$ cd yongding-river
$ touch README.md
$ git add README.md
$ git commit -m "add README"
$ git push -u origin master
  • Push an existing folder
# 存在项目
$ cd existing_folder
$ git init
$ git remote add origin git@gitlab.cyberstone.com.cn:midway-base/yongding-river.git
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master

Push an existing Git repository

# 替换git
$ cd existing_repo
$ git remote rename origin old-origin
$ git remote add origin git@gitlab.cyberstone.com.cn:midway-base/yongding-river.git
$ git push -u origin --all
$ git push -u origin --tags

注意

  • publish 之前 tsc

使用

  • code
{
  "scripts":{
    "code": "node ./node_modules/wzc-generator-nestjs/dist/index.js"
  }
}
1.0.25

2 years ago

1.0.24

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.23

2 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago