Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.02 KB

Projectopia Generator

This project is a GitHub Actions workflow that uses a Python module to create new projects based on a template. It leverages the power of Cookiecutter, Cruft, and the GitHub API to provide a seamless project creation experience.

Features

  • Workflow Dispatch Trigger: Manually trigger the GitHub Actions workflow whenever you need to create a new project.
  • Cookiecutter: Use Cookiecutter to define project templates that include both directory structures and file contents.
  • Cruft: Keep your project templates up-to-date with Cruft, which allows you to update project instances when the template changes.
  • GitHub API: Create new GitHub repositories for your projects directly from the workflow.

Getting Started

To get started with it, view our website: Projectopia Website

Contributing

Contributions to this project are welcome!

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.