/go-cookiecutter

Primary LanguagePythonOtherNOASSERTION

go-cookiecutter: template for Go

Usage

  1. Install cookiecutter:

    pip install cookiecutter
  2. Generate a structure using go-cookiecutter:

    cookiecutter https://github.com/lukasz-lobocki/go-cookiecutter
  3. After responding to the prompts you should have a directory structure ready for coding.

Acknowledgements

py-pkgs-cookiecutter was originally developed for use in the University of British Columbia's (UBC) Master of Data Science_ program (MDS). It was inspired by the pyOpenSci cookiecutter template.

py-pkgs-cookiecutter was created by Tomas Beuzen and Tiffany Timbers. It is licensed under the terms of the BSD license.