Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Senti (shrebo) committed Apr 17, 2016
1 parent 56c8ab8 commit f00d6dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project [will be documented](http://keepachangelog.com/) in this file.
This project *tries to* adhere to [Semantic Versioning](http://semver.org/).

## [0.7.0] - 2016-14-17

- uses config/res as the default folder to persist generated files (not backwards compatible)
- Add --help option
- Ability to specify output path
- Backwards-compatibility mode to use platforms path instead of new defaults (-c)

## [0.5.1] - 2016-03-11
- iOS: Get back sizes from previous version of the repo (eb65d2d)

Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ Automatic splash screen generator for Cordova. Create a splash screen (2208x2208
Create a `splash.png` file in the root folder of your cordova project and run:

$ cordova-splash

You may specify the output path and directory as follows:

# output to path/to/res/screen
$ cordova-splash -p path/to/res -s screen

WARNING: If you were using a previous version of cordova-splash and expect the generated files to be in their respective ./platforms
path, use the compability mode:

$ cordova-splash -c

This will override the -p and -s settings.


### Icons

Expand Down

0 comments on commit f00d6dc

Please sign in to comment.