lz82 / YgInit

a command-line utility which allow the user to interactively initializes a gitlab repository in the current folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YgInit

YgInitis a command-line utility which allow the user to interactively initializes a gitlab repository in the current folder.

Usage

  1. use `Yginit -name='reponame' -desc='repo desc' or Yginit -n="reponame" -d="repo desc"
  2. enter your gitlab url, e.g: git.xxx.com
  3. enter your username & password
  4. choice your group
  5. enter your repo name
  6. enter your repo desc
  7. choice your repo type
  8. choice project type (in order to .gitignore file)
  9. done

tips

.gitignorefile is come from github/gitignore

blog

blog

About

a command-line utility which allow the user to interactively initializes a gitlab repository in the current folder.

License:MIT License


Languages

Language:JavaScript 100.0%