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

https://github.com/bergercookie/albert-plugin-cookiecutter

Albert python plugins bootstrapping
https://github.com/bergercookie/albert-plugin-cookiecutter

Last synced: 10 months ago
JSON representation

Albert python plugins bootstrapping

Awesome Lists containing this project

README

          

# Albert Python Plugins Bootstrapping

Purpose of this repository is to facilitate the bootstrapping of other
Albert plugins. For that it makes use of
[cookiecutter](https://github.com/cookiecutter/cookiecutter) to customise and
bootstrap the repository.

## Example usage

#!sh
# install cookiecutter
pip install cookiecutter
...

# issue template repo
cookiecutter https://github.com/bergercookie/albert-plugin-cookiecutter

# configure
go through the prompts and adjust accordingly