Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/u8sand/cookiecutters
- Owner: u8sand
- License: gpl-3.0
- Created: 2023-03-25T16:07:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T16:42:29.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:59:40.326Z (8 months ago)
- Topics: cookiecutter, linux-desktop, systemd
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```