protomate

授权协议 Readme
开发语言 Python
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 池宸
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Protomate

This will perform the following tasks:

  • Create a new project folder in your current folder
  • Ask for your username and password (and also if you'd like to save your password)
  • Initialize a git repository
  • Create a remote repository
  • Add remote to the local repository
  • Add a readme.md file
  • Add a .gitignore file specific for your language of choice
  • Perform initial stage, commit, push
  • Try to open the project folder in vscode

Installation

Install protomate via:

$ pip3 install protomate

Run the App

To create a new project in your designated project folder, first cd to your desired location:

$ cd project-location

To initialize the CLI, type:

$ protomate

This should:

  • Prompt you to put your

    • Github credentials
    • Repository name
    • Repository type (public/private)
    • Language of .gitignore (python, javascript etc). See a list of all the supported languages.
  • Create a new local and remote git repository

  • Connect them and open vs code for you to start coding immediately

Contributor

相关阅读

相关文章

相关问答

相关文档