Skip to content

testthedocs/marvin

Repository files navigation

Marvin

Our robot for template creation, works with Cookiecutter and plain copy of files

Features

Creates templates, according to our setup and style-guide

List Of Templates

  • Boilerplate for Rakpart checks.
  • Repo, copy GitHub Issue, Feature and PR template into place

Dependencies

Installation

docker pull testthedocs/marvin

Usage

Change into the directory where you want to create the new boilerplate.

Run the following command to create the base setup for a new Rakpart check.

docker run -it --rm -v `pwd`:/srv/data testthedocs/marvin create-rakpart-check

Run the following command to copy GitHub Issue, Feature and PR templates into place.

docker run -it --rm -v `pwd`:/srv/data testthedocs/marvin repo

Contribute

Support

If you are having issues, please let us know.

License

MIT