Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logic to turn Sveltekit-App into Webstone App #232

Open
Cahllagerfeld opened this issue Jul 28, 2022 · 2 comments
Open

Add logic to turn Sveltekit-App into Webstone App #232

Cahllagerfeld opened this issue Jul 28, 2022 · 2 comments

Comments

@Cahllagerfeld
Copy link
Member

No description provided.

@Cahllagerfeld
Copy link
Member Author

Cahllagerfeld commented Sep 25, 2022

As we're moving away from a monorepo approach, this might get much easier,
Logic idea:

graph TD;
1{Directory contains Sveltekit app?}
1-->|yes| 2{replace readme?}
1-->|no| 3[create-svelte-app]
2-->|yes| 4
2-->|no| 8[kepp existing readme]
8-->5
3-->4[replace readme]
4-->5[install webstone-cli]
5-->6[ready]
Loading

@Cahllagerfeld
Copy link
Member Author

We maybe should also keep the following two things in mind:

  • what if people aren't using playwright for tests, will we configure it with a codemod?
  • what if people aren't using typescript, will we enforce typescript, or will we also add js support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant