{"id":13516761,"url":"https://github.com/aerogear/create-graphql","last_synced_at":"2025-04-05T06:07:56.527Z","repository":{"id":50957142,"uuid":"74593058","full_name":"aerogear/create-graphql","owner":"aerogear","description":"Command-line utility to build production-ready servers with GraphQL.","archived":false,"fork":false,"pushed_at":"2023-10-30T20:33:28.000Z","size":6577,"stargazers_count":440,"open_issues_count":31,"forks_count":38,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-28T10:53:54.809Z","etag":null,"topics":["boilerplate","cli","express","graphql","graphql-server","koa","mongoose","nodejs","relay","yeoman"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aerogear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-23T16:09:46.000Z","updated_at":"2024-06-20T07:49:47.000Z","dependencies_parsed_at":"2024-01-13T19:26:23.394Z","dependency_job_id":"9c5856f2-daf8-4dcf-b302-87bc729bba1c","html_url":"https://github.com/aerogear/create-graphql","commit_stats":null,"previous_names":["lucasbento/create-graphql"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerogear%2Fcreate-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerogear%2Fcreate-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerogear%2Fcreate-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerogear%2Fcreate-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aerogear","download_url":"https://codeload.github.com/aerogear/create-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294539,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","cli","express","graphql","graphql-server","koa","mongoose","nodejs","relay","yeoman"],"created_at":"2024-08-01T05:01:25.596Z","updated_at":"2025-04-05T06:07:56.506Z","avatar_url":"https://github.com/aerogear.png","language":"JavaScript","readme":"# ![Create-GraphQL Logo](/media/logo.png)\n\n\u003ch1 align=\"center\"\u003eCreate GraphQL\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Create production-ready GraphQL servers\n\u003c/p\u003e\n\n\u003e NOTE: New command line client is currently under construction\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/graphql-community/create-graphql\"\u003e\u003cimg src=\"https://travis-ci.org/graphql-community/create-graphql.svg?branch=master\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://ci.appveyor.com/project/graphql-community/create-graphql/branch/master\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/cpxul2ofnyf6ypy8/branch/master?svg=true\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/graphql-community/create-graphql\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/graphql-community/create-graphql.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/airbnb/javascript\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-airbnb-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/graphql-community/create-graphql/issues\"\u003e\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n## About\n**[Create-GraphQL](https://github.com/graphql-community/create-graphql)** is a command-line utility to build production-ready servers with GraphQL and also generate *Mutations*, *Types* and more into existent projects\n\nCheck out the post *[Announcing Create-GraphQL](https://medium.com/entria/announcing-create-graphql-17bdd81b9f96)* on **[Entria](https://medium.com/entria)** medium\n\n## Install\n\n#### With Yarn:\n```sh\nyarn global add create-graphql\n```\n\n#### With NPM:\n```sh\nnpm install --global create-graphql\n```\n\n## Usage\nYou can create a brand new GraphQL project:\n```sh\ncreate-graphql init GraphQLProject\n```\n\nAnd can generate single files for [Mutation](docs/Commands.md#--mutation--m), [Type](docs/Commands.md#--type--t) and [others](docs/Commands.md#generate--g):\n```sh\ncreate-graphql generate --mutation Story\n```\nThis generates a `StoryAddMutation` and `StoryEditMutation`\n\n\u003e See more usage examples in the [docs](docs)\n\n## Contributing\nIf you want to contribute, see the [Contributing guidelines](CONTRIBUTING.md) before and feel free to send your contributions.\n\n## Feedbacks\n\nWe love the feedbacks. It's help us to continue grow and improve. Give your feedbacks by open an [issue](https://github.com/graphql-community/create-graphql/issues/new). We will be glad to discuss your suggestions!\n\n## License\n\nMIT © [Lucas Bento](http://github.com/lucasbento)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerogear%2Fcreate-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faerogear%2Fcreate-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerogear%2Fcreate-graphql/lists"}