Charly Poly

Results 142 comments of Charly Poly

@saihaj, once this package is transferred, we could achieve a similar experience to `npx` with `yarn`: ``` yarn create graphql-codegen init ``` cf: https://classic.yarnpkg.com/lang/en/docs/cli/create/ For example, this is how CRA...

> I think `yarn create` needs a name with `create-` prefix. Good catch! Then @saihaj, we can already create a `create-codegen-config` package? 👀

Closing we got answer on ownership of the current package, we will move forward with `graphql-code-generator`.

Hi @BenoitRanque You might need to rebase your PR 👀

@BenoitRanque I'm afraid your rebase is incorrect since I can see some changes in this PR diff that are already present in `master` I would suggest to create new branch...

Hi @BenoitRanque 👋🏼 Do you still plan to merge this improvement?

> @charlypoly I think we need another example for Dart/Flutter using the `flutter-freezed` plugin #8171. > > I would be happy to provide that, just let me know how you...

@Parables > Looking through the examples directory, > I am guessing this is like a starter template that people can just clone > and use for their projects. yes, exactly!...

> @charlypoly `yarn build` throws the following error > > ```shell > ╰─λ yarn build > yarn run v1.22.18 > $ rimraf dist/ .bob/ tsconfig.tsbuildinfo > $ bob build >...

> I always sync with upstream before I do anything else. All the same, I will try again and get back to you > […](#) > On Tue, Aug 23,...