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
- Host: GitHub
- URL: https://github.com/bergercookie/albert-plugin-cookiecutter
- Owner: bergercookie
- Created: 2019-11-10T17:54:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T22:14:28.000Z (over 6 years ago)
- Last Synced: 2025-04-06T17:52:01.421Z (about 1 year ago)
- Language: Python
- Size: 693 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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