https://github.com/kevinmichaelchen/cookiecutter-demo
https://github.com/kevinmichaelchen/cookiecutter-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/cookiecutter-demo
- Owner: kevinmichaelchen
- Created: 2022-12-21T15:47:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T15:59:26.000Z (over 2 years ago)
- Last Synced: 2025-02-23T22:43:39.012Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[`cookiecutter`](./cookiecutter) is a Jinja-templated project.
We can generate a new project with:
```shell
docker run --rm --platform linux/amd64 -w /app -v "$(pwd)":/app -e LC_ALL=C.UTF-8 -t cookiecutter/cookiecutter /app/cookiecutter
```