Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/u8sand/cookiecutters

A collection of helpful cookiecutters for a wide variety of things
https://github.com/u8sand/cookiecutters

cookiecutter linux-desktop systemd

Last synced: about 2 months ago
JSON representation

A collection of helpful cookiecutters for a wide variety of things

Awesome Lists containing this project

README

        

# cookiecutters

Do you always forget the exact structure of a systemd timer? .desktop file? Want to rapidly create a docker-compose.yaml file with common services? Well with cookiecutters, you spend a bit of time setting up the template and then these capabilities are forever at your fingertips.

## Requirements

This repo is actionable with the help of .

In particular cookiecutter needs to be installed, typically with

```bash
pip3 install cookiecutter
```

## Usage
```bash
cookiecutter gh:u8sand/cookiecutters --directory [sometemplate]
```