From f5942119985b5d08c82383eba7c4de4f3c1bfc0b Mon Sep 17 00:00:00 2001 From: "M. Folkers" Date: Mon, 6 May 2019 01:05:47 +0200 Subject: [PATCH] Releasing first beta version :tada: --- README.md | 20 ++++++++------------ main.py | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bba581c..184719d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,11 @@ Options: Commands: fetch ARGS: pantone | ral | dulux | copic | prismacolor process ARGS: pantone | ral | dulux | copic | prismacolor +``` + +```bash # Example 1 - Gotta fetch 'em `--all`: $ python main.py fetch --all && python main.py process --all @@ -64,15 +67,8 @@ We assume neither ownership nor intellectual property of any kind - color codes ## Similar projects - For Scribus, there's also the (currently unmaintained) package [`SwatchBooker`](http://www.selapa.net/swatchbooker) -## Roadmap -- [x] Generating different JSON first -- [x] Permissions when folder doesn't exist -- [x] Introduce natural sorting for set `graphics-design` -- [x] ~~Deleting~~ Skipping entries after being moved to their respective list -- [x] Filtering neons, pastels & metallics -- [x] Adding copyright notice for RAL®/Dulux® (XML + GPL) + fallback option -- [x] Adding examples for all color palettes -- [x] Making use of CLI arguments -- [x] Automatizing example generation -- [x] Combining all `fetch` scripts -- [x] Cleaning up examples (merge CSS, remove RGB2hex & PHP error settings) + +**Happy coding!** + + +:copyright: Fundevogel Kinder- und Jugendbuchhandlung diff --git a/main.py b/main.py index b5cbc24..f290315 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ } @click.group(context_settings=CONTEXT_SETTINGS) -@click.version_option(None, '-v', '--version') +@click.version_option('1.0.0-beta.1', '-v', '--version') def cli(): pass