Closed
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- 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'd like to rework this repo to be a bit more like the npx create-*-app
experience from many other creators. But going through the README.md, the docs are a little convoluted. I want to:
- Streamline the README.md docs
- Better explain the intent behind (and differences between) "hydration" and "setup"
Revisit themoved to 🚀 Feature: Be able to initialize a new repository on the CLI (like create-* apps) #670npx template-typescript-node-package
experience so that it detects whether it's in an existing repo (hydration) or creating a new one (create), with a prompt
Additional Info
Assigning to myself as a blanket issue.