Expose steps as API
Open
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Right now this does all the steps at once. However I think putting creating the unflattened package in the tmpDir and packaging it with `xar` are two distinct steps that should have their own API methods.
Here's how I think about it in CLI terms:
```
osx-pkg create ./in ./out --title App ...
# Modifying of the package in out possible
osx-pkg pack .out > Installer.pkg
```
`osx-pkg pack` would just be the same as just using `xar` on the `out` directory.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.