A simple CLI command that generate a Kedro project from a cookiecutter template in the current directory.
pip install kedrogen$ kedrogen [OPTIONS] TEMPLATEArguments:
TEMPLATE_PATH: Specify the template to use when creating the project. This can be the path to a local directory, a URL to a remote VCS repository supported bycookiecutteror path to either a local or remote zip file. [required]
Options:
-c, --checkout TEXT: The branch, tag or commit ID to checkout after clone.-d, --directory TEXT: An optional directory inside the repository to use as the template, that is, the directory within the repository where cookiecutter.json lives.-p, --password TEXT: The password to use when extracting a password protected zipfile-vv, --verbose: Enable verbose output to show detailed progress and debug information.-q, --quiet: Suppress all non-error messages.-v, --version: Show the version and exit.--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.-h, --help: Show this message and exit.
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
kedrogen was created by Shafayet Khan Shafee. It is licensed under the terms of the MIT license.