gren-lang / gren-lang/compiler
gren generate
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 503
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Add new command for generating projects
gren generate project=> replacesgren init, setups common files beyondgren.jsongren generate module=> creates a module at correct location complete with default imports
Also evaluate whether test projects belong here or should be added as a gren runable program in the test-runners.
Contributor guide
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 tracing the existing gren init command and the test-runners handling referenced in the issue. Define the behavior for gren generate project and gren generate module, including generated files and imports, then document whether test projects belong there or should be runnable through gren run.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100