简体   繁体   English

是否有一个 cookiecutter fork 可以为 CircleCI(而不是 TravisCI)生成项目模板?

[英]Is there a cookiecutter fork that generates a project template for CircleCI (instead of TravisCI)?

I have been looking for a fork of the CookieCutter project (see https://cookiecutter.readthedocs.io/en/latest/readme.html ), which helps generate a python project template that automates building python apps and also generates a config file for CircleCI. I have been looking for a fork of the CookieCutter project (see https://cookiecutter.readthedocs.io/en/latest/readme.html ), which helps generate a python project template that automates building python apps and also generates a config file对于 CircleCI。

So far the templates generated have a .travis.yml file, I'd like a .circleci/config.yml instead.到目前为止,生成的模板有一个.travis.yml文件,我想要一个.circleci/config.yml文件。

I have been reading the docs on https://cookiecutter.readthedocs.io/en/latest/readme.html and searching on the internet for alternative forks.我一直在阅读https://cookiecutter.readthedocs.io/en/latest/readme.html上的文档并在互联网上搜索替代分叉。

Currently, the project templates generate a .travis.yml file and we like to have a .circleci/config.yml file, when using the python cookiecutter CLI tool.目前,在使用 python cookiecutter CLI 工具时,项目模板会生成一个.travis.yml文件,我们希望有一个.circleci/config.yml文件。

https://github.com/nolte/cookiecutter-circleci https://github.com/nolte/cookiecutter-circleci

Cookiecutter Template for a CircleCI, Continuous integration/Continuous delivery Pipeline, for different types of projects. CircleCI 的 Cookiecutter 模板,持续集成/持续交付管道,适用于不同类型的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM