Skip to content

Commit f594211

Browse files
committed
Releasing first beta version 🎉
1 parent d89b01d commit f594211

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Options:
3434
Commands:
3535
fetch ARGS: pantone | ral | dulux | copic | prismacolor
3636
process ARGS: pantone | ral | dulux | copic | prismacolor
37+
```
38+
3739

3840

41+
```bash
3942
# Example 1 - Gotta fetch 'em `--all`:
4043
$ python main.py fetch --all && python main.py process --all
4144

@@ -64,15 +67,8 @@ We assume neither ownership nor intellectual property of any kind - color codes
6467
## Similar projects
6568
- For Scribus, there's also the (currently unmaintained) package [`SwatchBooker`](http://www.selapa.net/swatchbooker)
6669

67-
## Roadmap
68-
- [x] Generating different JSON first
69-
- [x] Permissions when folder doesn't exist
70-
- [x] Introduce natural sorting for set `graphics-design`
71-
- [x] ~~Deleting~~ Skipping entries after being moved to their respective list
72-
- [x] Filtering neons, pastels & metallics
73-
- [x] Adding copyright notice for RAL®/Dulux® (XML + GPL) + fallback option
74-
- [x] Adding examples for all color palettes
75-
- [x] Making use of CLI arguments
76-
- [x] Automatizing example generation
77-
- [x] Combining all `fetch` scripts
78-
- [x] Cleaning up examples (merge CSS, remove RGB2hex & PHP error settings)
70+
71+
**Happy coding!**
72+
73+
74+
:copyright: Fundevogel Kinder- und Jugendbuchhandlung

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
@click.group(context_settings=CONTEXT_SETTINGS)
29-
@click.version_option(None, '-v', '--version')
29+
@click.version_option('1.0.0-beta.1', '-v', '--version')
3030
def cli():
3131
pass
3232

0 commit comments

Comments
 (0)