8000 GitHub - nolte/cookiecutter-gh-project: Template for Create Github Workflows and Projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nolte/cookiecutter-gh-project

Repository files navigation

GitHub Project Templates

GitHub Project Stars GitHub Issue Tracking GitHub LatestRelease .github/workflows/build-static-tests.yaml .github/workflows/release-cd-deliver-docs.yml


This project is intended to help create GitHub structures that are as standardised as possible.

The Generated Project has:

Usage

Using cookiecutter/cookiecutter directly for generate a new GitHub Project Structure.

cookiecutter gh:nolte/cookiecutter-gh-project \
    module_slug="cookiecutter-gh-project" \
    topics="templating, cookiecutter, github" \
    description="Template for Create GitHub Workflows and Projects" \
    template_issues="y" \
    template_pull_request="y" \
    readme_enabled="y" \
    docs_enabled="y" \
    renovate_enabled="y" \
    -f --no-input

Development

cookiecutter ./cookiecutter-gh-project \
    module_slug="cookiecutter-gh-project" \
    topics="templating, cookiecutter, github" \
    description="Template for Create GitHub Workflows and Projects" \
    template_issues="y" \
    template_pull_request="y" \
    plumbing_workflow_enabled="y" \
    plumbing_workflow_source="../sources/cookiecutter-gh-project" \
    dependabot_pip="y" \
    dependabot_gitsubmodule="n" \
    dependabot_docker="n" \
    -f --no-input --output-dir /tmp

Links

About

Template for Create Github Workflows and Projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0