Skip to content

Commit

Permalink
shots
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Aug 10, 2015
1 parent 914a3e8 commit cc0dab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Supported workflows:

Download one of the binaries in `releases`, suitable for your platform (You can run Blade on OSX, Linux and even Windows)

![](docs/blade.gif)


#### Create a new catalog

```
Expand All @@ -42,7 +45,7 @@ To explicitly generate an image catalog I'm specifying the `--catalog` flag.
#### Update an existing catalog

```
$ blade -s iTunesArtwork@2x.png -t existing.xcasset -o existing.xcasset
$ blade -s iTunesArtwork@2x.png -t existing.imageset -o existing.imageset
```

In this scenario, we're doing the same as before, but not generating a new catalog. Blade is reading an existing image catalog, and updates all images from the source image in-place.
Expand Down Expand Up @@ -71,22 +74,15 @@ INFO[0000] Bladefile contains 8 blade defs.

## Hacking on Blade

Clone this project, then `rm -rf .git`.

```bash
$ git clone https://github.com/jondot/go-cli-starter
$ mv go-cli-starter my-project && cd my-project
$ rm -rf .git # you should be within my-project
$ make build
```

`make` should be your entry point.

* `make build` - build
* `make test` - test
* `make dist` - build and package binaries for multiple platforms

Note: You should edit your binary name in `Rakefile`.
* `make setup` - setup the tooling for the project
* `make` - default build
* `make release` - cross build a release for multiple platforms


# Contributing
Expand Down
Binary file added docs/blade.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc0dab7

Please sign in to comment.