Skip to content

stu-bell/nuggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nuggit

Tool for parsing SAPLink nuggets

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 <source.nugg> [<directory>] [--list]

Argument Description
<source.nugg> Path to source nugget
<directory> 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

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?

About

Tool to parse SAPLink nuggets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published