-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed output folder naming convention (removed extension)
- Loading branch information
Showing
8 changed files
with
64 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# mbpm2git | ||
* This utility converts .xep or .xel file into text file to be used with git or any other version control system | ||
mbpm2git | ||
=== | ||
mbpm2git is a command line tool that converts *.xep* or *.xel* file into text file to be used with git or any other version control system. | ||
|
||
Overview | ||
--- | ||
Metastorm BPM 7 procedures and libraries files are stored in zip format files with .xep or .xel extension. | ||
This format is unsuitable to track changes or to be used with a version control system like git. | ||
mbpm2git automates the workflow and extracts the content in text and xml files ready to be committed to git. | ||
|
||
Install | ||
--- | ||
- Copy the bin directory in *Programs Files* folder renaming it mbpm2git (`C:\Program Files\mbpm2git`) | ||
- Add the folder to the system's path with **setx** command (`setx /m path "%path%;C:\Program Files\mbpm2git"`) | ||
|
||
Use | ||
--- | ||
**`mbpm2git.exe -i`***`xep/xel-file`***`-o`***`output-directory`***`[-f] [-c]`** | ||
|
||
Options: | ||
``` | ||
-i, --input Required. Input file to read | ||
-o, --output Required. Output path to write | ||
-f, --formatxml Format xml file | ||
-c, --copy Copy xep or xel file | ||
--help Display this help screen. | ||
``` | ||
|
||
License | ||
--- | ||
The license of the project is the [MIT](LICENSE). |
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
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
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
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