Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcnittl/badger-mk
Makes badges from templates
https://github.com/lcnittl/badger-mk
Last synced: 16 days ago
JSON representation
Makes badges from templates
- Host: GitHub
- URL: https://github.com/lcnittl/badger-mk
- Owner: lcnittl
- License: gpl-3.0
- Created: 2020-09-23T20:43:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T16:34:32.000Z (about 1 month ago)
- Last Synced: 2024-10-05T21:05:55.227Z (about 1 month ago)
- Language: Python
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Badger Mk -- Badge Maker
[![badge:pypi-version](https://img.shields.io/pypi/v/badger-mk.svg)](https://pypi.org/project/badger-mk)
[![badge:py-versions](https://img.shields.io/pypi/pyversions/badger-mk.svg)](https://pypi.org/project/badger-mk)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white.svg)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lcnittl/badger-mk/master.svg)](https://results.pre-commit.ci/latest/github/lcnittl/badger-mk/master)
[![Code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Script for exporting a series of files after replacing placeholders in template `svg`
files with data from a `csv` file.## Usage
### Installation
Installable with `pip` or [`pipx`][pipx] (recommended).
```cmd
pipx install badger-mk
```### CLI
TBA.
## Platform
Should work on all major platforms.
## License
GNU General Public License v3.0 or later
See [LICENSE][license] for the full text.
[license]: LICENSE
[pipx]: https://pypi.org/project/pipx/
[pypi]: https://pypi.org/