1.1.0 • Published 6 months ago
create-graphql-project v1.1.0
create-graphql-app
create-graphql-app
is a simple and powerful CLI tool to quickly initialize a new GraphQL project with Express, GraphQL HTTP, and other essential tools. This tool is perfect for developers who want to set up a basic GraphQL server with minimal setup and start building APIs right away.
Features
- Express: Lightweight and flexible web framework for Node.js.
- GraphQL: Set up with the latest GraphQL HTTP server for querying and mutation operations.
- CORS support: Easily configure cross-origin resource sharing.
- Environment configuration: Use environment variables for configuration with dotenv.
- Ready to deploy: A basic structure to help you get started with production-ready configurations.
Prerequisites
Before you begin, ensure you have the following installed on your machine:
Installation
To use create-graphql-app
globally, install it with npm:
npm install -g create-graphql-app
usage
create-graphql-app