1.0.67 • Published 7 months ago

wzc-generator-gql-java v1.0.67

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months 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-gql-java/dist/index.js"
  }
}
1.0.67

7 months ago

1.0.66

7 months ago

1.0.65

7 months ago

1.0.64

9 months ago

1.0.63

9 months ago

1.0.62

9 months ago

1.0.61

9 months ago

1.0.60

9 months ago

1.0.59

9 months ago

1.0.58

9 months ago

1.0.57

9 months ago

1.0.56

9 months ago

1.0.55

9 months ago

1.0.54

9 months ago

1.0.53

9 months ago

1.0.52

9 months ago

1.0.51

9 months ago

1.0.50

9 months ago

1.0.49

9 months ago

1.0.48

9 months ago

1.0.47

9 months ago

1.0.46

9 months ago

1.0.45

9 months ago

1.0.44

9 months ago

1.0.43

9 months ago

1.0.42

9 months ago

1.0.41

9 months ago

1.0.40

9 months ago

1.0.39

9 months ago

1.0.38

9 months ago

1.0.37

9 months ago

1.0.36

9 months ago

1.0.35

9 months ago

1.0.34

9 months ago

1.0.33

10 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago