Add function to get environment variables
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 29
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
My home directory is <%= env("HOME") %>
becomes:
My home directory is /Users/matryer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing code that registers or evaluates template functions, then follow its handling of the issue's example expression. Add support for reading an environment variable and verify that the sample input produces the shown home-directory output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100