Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiimnit/extract-al-app-package
https://github.com/hiimnit/extract-al-app-package
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiimnit/extract-al-app-package
- Owner: hiimnit
- Created: 2023-10-08T14:52:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T14:57:04.000Z (about 1 year ago)
- Last Synced: 2024-11-03T23:42:05.312Z (about 2 months ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extract-al-app-package
Simple command line tool to extract AL app files. Handles both normal packages and runtime packages.
Dependency `Microsoft.Dynamics.Nav.CodeAnalysis.dll` is not included in the repo.
## Usage
Two arguments are required
1. path to file to extract
2. path to target directory for extraction```sh
extract-al-app-package.exe file-to-extract.app extract-to-directory
```