Skip to content

An unofficial cookiecutter template for building Playdate games with Visual Studio Code on macOS, Windows and Linux.

Notifications You must be signed in to change notification settings

midouest/cookiecutter-playdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-playdate

An unofficial Cookiecutter template for building Playdate games with VS Code on macOS, Windows and Linux.

Setup

Usage

First Usage

Execute cookiecutter https://github.com/midouest/cookiecutter-playdate in your terminal to download and run the template. Cookiecutter will download and cache the cookiecutter-playdate template the first time you execute this command.

Example

$ cookiecutter https://github.com/midouest/cookiecutter-playdate
name [Untitled]:
directory_name [untitled]:
author [Anonymous]:
description [Untitled Playdate game]:
reverse_domain [com.example]:
bundle_id [com.example.untitled]:

Subsequent Usage

If the template has already been downloaded once, you can execute cookiecutter cookiecutter-playdate to re-use the cached template.

Updating

If you want to download the latest version of the template, execute cookiecutter https://github.com/midouest/cookiecutter-playdate again. Cookiecutter will prompt you to confirm that you want to download the template again and overwrite the previous version.

Config

You can change the default values with Cookiecutter's user config.

For example, given a .cookiecutterrc file in your home directory with the following contents:

default_context:
  author: Your Name
  reverse_domain: com.yourdomain

The next time you generate a project from this cookiecutter, you will see the default values that you configured:

$ cookiecutter https://github.com/midouest/cookiecutter-playdate
name [Untitled]:
directory_name [untitled]:
author [Your Name]:
description [Untitled Playdate game]:
reverse_domain [com.yourdomain]:
bundle_id [com.yourdomain.untitled]:

About

An unofficial cookiecutter template for building Playdate games with Visual Studio Code on macOS, Windows and Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages