Skip to content

Commit 696c6fb

Browse files
Set Readme
1 parent 9fd46e7 commit 696c6fb

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# POEditorParser
2-
3-
A description of this package.
4-
1+
# POEditor-Parser
52
A simple generator of swift files from a given localized `strings` file.
63

4+
[![Release Version](https://img.shields.io/github/release/bq/poeditor-parser-swift.svg)](https://github.com/bq/poeditor-parser-swift/releases)
5+
[![Release Date](https://img.shields.io/github/release-date/bq/poeditor-parser-swift.svg)](https://github.com/bq/poeditor-parser-swift/releases)
6+
[![Pod](https://img.shields.io/cocoapods/v/POEditor-Parser.svg?style=flat)](https://cocoapods.org/pods/POEditor-Parser)
7+
[![Platform](https://img.shields.io/cocoapods/p/POEditor-Parser.svg?style=flat)](https://cocoapods.org/pods/POEditor-Parser)
8+
[![GitHub](https://img.shields.io/github/license/bq/poeditor-parser-swift.svg)](https://github.com/bq/poeditor-parser-swift/blob/master/LICENSE)
9+
710
## Usage
811

9-
`POEditorParser`
12+
```ogdl
13+
/bin/poe $APITOKEN $PROJECTID $LANGUAGE
14+
```
15+
16+
### Options:
17+
* `--stringfile` [default: Localizable.strings] - The input POEditor strings file directory.
18+
* `--swiftfile` [default: Literals.swift] - The output Swift file directory.
19+
20+
## Authors & Collaborators
21+
22+
* **[Edilberto Lopez Torregrosa](https://github.com/ediLT)**
23+
* **[Raúl Pedraza León](https://github.com/r-pedraza)**
24+
* **[Jorge Revuelta](https://github.com/minuscorp)**
25+
* **[Sebastián Varela](https://github.com/sebastianvarela)**
26+
27+
## License
1028

11-
Options:
12-
--stringfile [default: Localizable.strings] - The input POEditor strings file directory.
13-
--swiftfile [default: Literals.swift] - The output Swift file directory.
29+
POEditor-Parser is available under the Apache 2.0. See the LICENSE file for more info.

0 commit comments

Comments
 (0)