Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stu-bell/nuggit

Tool to parse SAPLink nuggets
https://github.com/stu-bell/nuggit

Last synced: 7 days ago
JSON representation

Tool to parse SAPLink nuggets

Awesome Lists containing this project

README

        

# nuggit

Tool for parsing [SAPLink nuggets](https://wiki.scn.sap.com/wiki/display/ABAP/SAPlink)

Current use case is extracting (outside of an SAP system) individual programs or classes from large nugg files.

# Installation

`npm install -g nuggit`

# Usage
Assumes use from command line.

## Split a big nugget into smaller nuggets
Argument description in table below.

`nuggit [] [--list]`

|Argument |Description
|--|--|
|`` |Path to source nugget |
|`` |*Optional* Path to output directory if different from current directory |
|`--list`| *Optional* Outputs a list of objects in a nugget that can be parsed by this program |

# Issues
Raise issues on [GitHub](https://github.com/stu-b-doo/nuggit/issues)

# TODO
## Features TODO
- option to specify a single object to extract, as opposed to all of the programs?
- function module source code?
- unescape source code from XML?
- include non source parameters as abap comments at the top of the file?