File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ Options:
34
34
Commands:
35
35
fetch ARGS: pantone | ral | dulux | copic | prismacolor
36
36
process ARGS: pantone | ral | dulux | copic | prismacolor
37
+ ```
38
+
37
39
38
40
41
+ ``` bash
39
42
# Example 1 - Gotta fetch 'em `--all`:
40
43
$ python main.py fetch --all && python main.py process --all
41
44
@@ -64,15 +67,8 @@ We assume neither ownership nor intellectual property of any kind - color codes
64
67
## Similar projects
65
68
- For Scribus, there's also the (currently unmaintained) package [ ` SwatchBooker ` ] ( http://www.selapa.net/swatchbooker )
66
69
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
Original file line number Diff line number Diff line change 26
26
}
27
27
28
28
@click .group (context_settings = CONTEXT_SETTINGS )
29
- @click .version_option (None , '-v' , '--version' )
29
+ @click .version_option ('1.0.0-beta.1' , '-v' , '--version' )
30
30
def cli ():
31
31
pass
32
32
You can’t perform that action at this time.
0 commit comments