Skip to content

Commit

Permalink
Releasing first beta version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed May 5, 2019
1 parent d89b01d commit f594211
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f594211

Please sign in to comment.