8000 Updated readme by JonasPBovin · Pull Request #13 · JonasPBovin/github-script · GitHub
[go: up one dir, main page]

Skip to content

Updated readme #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. 8000 We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ The following arguments will be provided:
- `require` A proxy wrapper around the normal Node.js `require` to enable
- `se` A library for resusbale functions
- `createMetaJson` Create meta.json files for all deployable component
- returns a list of files created
- `startCheck` Helper method to create a check without annotations
- `completeCheck` Helper method to finish a check without annotations
- `listPoms`List all pom entities - returns an array of elements containing
- `pom` the pom file from repo root
- `path` path to folder for pom
- `pomRaw` path as matched with codeowners starts with /
- `name`the component name - if any
- `fullPath` path to pom from workdir if checked out in a subfolder

requiring relative paths (relative to the current working directory) and
requiring npm packages installed in the current working directory. If for
Expand Down
0