-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: generate zip package and version file
- Loading branch information
1 parent
8fe52bd
commit 75751f7
Showing
11 changed files
with
70 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
------------------------------ Crowdin CLI v3 --------------------------------- | ||
|
||
# Installation on Linux and MacOS | ||
|
||
Run `. install-crowdin-cli.sh` in the terminal with sudo rights in order to add `crowdin` command to your terminal | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
# Installation on Windows | ||
|
||
1. Open Command Prompt as an Administrator | ||
- Click Start | ||
- In the Start Search box, type `cmd`, and then press CTRL+SHIFT+ENTER | ||
- If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue | ||
|
||
2. Run `setup-crowdin.bat` script in order to add `crowdin` command to the Command Prompt | ||
3. Restart your Command Prompt | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
# Running the App | ||
|
||
Use the following method to run the app: | ||
|
||
- crowdin | ||
|
||
Alternative method: | ||
|
||
- java -jar crowdin-cli.jar | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
# General Commands | ||
|
||
To display help information: | ||
|
||
- crowdin -h | ||
|
||
To generate Crowdin CLI configuration skeleton: | ||
|
||
- crowdin init | ||
|
||
To analyze your configuration file for potential errors: | ||
|
||
- crowdin lint | ||
|
||
To show a list of source files in the current project: | ||
|
||
- crowdin list project |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters