Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3dev/cookiecutter-gokart
cookiecutter for gokart
https://github.com/m3dev/cookiecutter-gokart
Last synced: 2 days ago
JSON representation
cookiecutter for gokart
- Host: GitHub
- URL: https://github.com/m3dev/cookiecutter-gokart
- Owner: m3dev
- Created: 2019-09-21T10:16:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T00:38:52.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T13:23:08.004Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 7
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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