Skip to content

Commit ab37e43

Browse files
authored
Merge pull request #13 from JonasPBovin/add-se-functions
Updated readme
2 parents e6adc49 + 2a9db83 commit ab37e43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ The following arguments will be provided:
2121
- `require` A proxy wrapper around the normal Node.js `require` to enable
2222
- `se` A library for resusbale functions
2323
- `createMetaJson` Create meta.json files for all deployable component
24+
- returns a list of files created
2425
- `startCheck` Helper method to create a check without annotations
2526
- `completeCheck` Helper method to finish a check without annotations
27+
- `listPoms`List all pom entities - returns an array of elements containing
28+
- `pom` the pom file from repo root
29+
- `path` path to folder for pom
30+
- `pomRaw` path as matched with codeowners starts with /
31+
- `name`the component name - if any
32+
- `fullPath` path to pom from workdir if checked out in a subfolder
2633

2734
requiring relative paths (relative to the current working directory) and
2835
requiring npm packages installed in the current working directory. If for

0 commit comments

Comments
 (0)