Closed NookieGrey closed 4 years ago
installer? how do you envision this working?
when we creating repo with CRA, we write 'npx create-react-app repo-name' with our repo name and only one commit in git history Can we do something similar?
What are you doing now that is giving you other history?
Are you using this command?
create-react-app --scripts-version @react-workspaces/react-scripts my-app
See docs: https://github.com/react-workspaces/react-workspaces-playground#creating-a-new-cra-app
I'm talking about full monorepo, not inside app
sudo rm -r .git
etc... ?
Maybe you are talking about a generator for the whole repo?
Why not just git clone shallow?
Yes, it's many workarounds, but standard is use one npm or npx command, it just simplifying. If you not think so, just close this issue.
ok, thanks
is it any opportunity to create installer to avoid git history and fixed repo name?