apache / apache/openwhisk-catalog
missing utils/README.md
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
The installed actions for utils package are not documented
```
$ wsk package get /whisk.system/utils --summary
package /whisk.system/utils: Building blocks that format and assemble data
action /whisk.system/utils/date: Current date and time
action /whisk.system/utils/head: Extract prefix of an array
(parameters: lines, num)
action /whisk.system/utils/split: Split a string into an array
(parameters: payload, separator)
action /whisk.system/utils/sort: Sorts an array
(parameters: lines)
action /whisk.system/utils/echo: Returns the input
(parameters: payload)
action /whisk.system/utils/cat: Concatenates input into a string
(parameters: lines)
```
Contributor guide
Research direction
Start with the utils package and compare its installed actions with the output of `wsk package get /whisk.system/utils --summary`. Add the missing utils/README.md documenting date, head, split, sort, echo, and cat, including the parameters shown; done means each listed action is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100