-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
area: documentationImprovements or additions to docsImprovements or additions to docsstatus: blockedWaiting for something else to be resolvedWaiting for something else to be resolvedtype: featureNew enhancement or requestNew enhancement or request
Description
Bug Report Checklist
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
I've been mentioning for a while now that I want to have a standalone URL website for this package. Filing this issue as something I can link to & track that with.
I'm not yet sure exactly how I want to make this. There are kind of three options, in increasing order of complexity:
- π Standalone repo: having it be separate from this
create-typescript-app
repo- Advantage: Easiest setup with no need to mess with this repo's tooling
- Disadvantage: Updates to the website become separate from the repo itself
- π Inline in this repo: adding in some dependencies & scripts to generate a standalone site
- Advantages: No separation between code and docs
- Disadvantages: Added overhead of migration snapshots
- π Converting this repo to a monorepo
- Advantages: Lets the standalone site code be more separated from the CLI code
- Disadvantages: most complicated dev setup; also blocked on π Feature: Make it easy to use across a monorepoΒ #1064
I'm leaning towards π for now. But still pondering.
Additional Info
No response
Metadata
Metadata
Assignees
Labels
area: documentationImprovements or additions to docsImprovements or additions to docsstatus: blockedWaiting for something else to be resolvedWaiting for something else to be resolvedtype: featureNew enhancement or requestNew enhancement or request