react-workspaces / react-workspaces-playground

⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
https://react-workspaces.github.io/react-workspaces-playground/
764 stars 128 forks source link

install from CI #16

Closed NookieGrey closed 4 years ago

NookieGrey commented 4 years ago

is it any opportunity to create installer to avoid git history and fixed repo name?

F1LT3R commented 4 years ago

installer? how do you envision this working?

NookieGrey commented 4 years ago

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?

F1LT3R commented 4 years ago

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

NookieGrey commented 4 years ago

I'm talking about full monorepo, not inside app

F1LT3R commented 4 years ago

sudo rm -r .git etc... ?

F1LT3R commented 4 years ago

Maybe you are talking about a generator for the whole repo?

Why not just git clone shallow?

NookieGrey commented 4 years ago

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.

NookieGrey commented 4 years ago

ok, thanks