pkglite
pkglite copied to clipboard
Compact Package Representations
It would be great to support defining the packing scope in a configuration file. One of the potential benefits is automating the packing action in a CI/CD workflow, without modifying...
It would be helpful to include checks before sending code into a seq(...) function. In my case I had an empty file in a folder and got an error while...
It feels like it would generate more benefits than harms if we make `read_pkglite()` an exported function, because people might need to parse `pkglite.txt` directly sometimes. This would avoid the...
pkglite follows a simple rule when unpacking packages: - It will create directory(s) under the output directory named after the parsed package name(s) from each `DESCRIPTION` file of the package(s),...
When evaluating file specifications to create file collections, we should follow this: - If a file has a known extensions, mark it as text or binary based on the dictionary...