-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers💻 Code🔢 Points: 3Difficulty: ModerateDifficulty: Moderate
Description
Description
Add a Lit template to the CLI so users can generate a new project based on Lit.
This will expand the available templates and align with the existing setup process.
You can follow the official contribution guide here:
How to add a new template
Acceptance Criteria
- The CLI should allow creating a basic Lit project.
- The generated project must display the same initial view as other templates (including
stylesandenchilada-js-logo.svg). - Ensure project structure follows the conventions used in other templates.
- (Optional) Add basic tests for the template.
Notes
- Check how other frameworks (e.g. React, Vue) are implemented for consistency.
- Keep the template minimal but functional.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers💻 Code🔢 Points: 3Difficulty: ModerateDifficulty: Moderate