使用 cookiecutter 做了个 template 项目, 支持 cxx, go, Python

查看 5|回复 0
作者:purplemystic   
X Project Template: https://github.com/x-pt/template
欢迎试用哈 :)
Usage
❯ cookiecutter gh:x-pt/template
You've downloaded /Users/skynet/.cookiecutters/template before. Is it okay to delete and re-download it? [y/n] (y):
Select a template
    1 - C++ Project (A cookiecutter template for a cxx project)
    2 - Go Project (A cookiecutter template for a go project)
    3 - Python Project (A cookiecutter template for a python project)
    Choose from [1/2/3] (1): 2
  [1/8] Enter your project name (My Awesome Project):
  [2/8] Generated project identifier (slug) (my-awesome-project):
  [3/8] Generated package/module name (my_awesome_project):
  [4/8] Brief project description (A nice go project):
  [5/8] Author's full name (Firstname Lastname):
  [6/8] Author's email address ([email protected]):
  [7/8] GitHub username or organization (your-org-or-username):
  [8/8] go_version (1.22):
您需要登录后才可以回帖 登录 | 立即注册

返回顶部