Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m3dev/cookiecutter-gokart

cookiecutter for gokart
https://github.com/m3dev/cookiecutter-gokart

Last synced: about 2 months ago
JSON representation

cookiecutter for gokart

Awesome Lists containing this project

README

        

# cookiecutter-gokart

This is a [cookiecutter](https://github.com/audreyr/cookiecutter) template for generating a [gokart](https://github.com/m3dev/gokart) tasks.

Please refer to [gokart tutorial](https://gokart.readthedocs.io/en/latest/)

# Usage

```
cookiecutter https://github.com/m3dev/cookiecutter-gokart
```

- question

Set up using interactive style. Press enter to use default value.

```
project_name [project_name]: m3sample # project name, repo name
package_name [package_name]: sample # python package name
python_version [3.7.0]: # using python version
author [your name]: m3dev # repository author name
package_description [What's this project?]: this is sample # short description
license [MIT License]: # license
```

- run sample

Please see `project_name/README.md`.

# Thanks

- cookiecutter: https://github.com/audreyr/cookiecutter
- gokart: https://github.com/m3dev/gokart