The easiest way to get started with ObjectQL.
npm create @objectql@latestFollow the prompts to create your new ObjectQL application.
You can also pass arguments directly:
npm create @objectql@latest <project-name> --template <template-name><project-name>: Name of the project directory.--template: Template to use (e.g.hello-worldorshowcase).
- Embedded Templates: No internet connection required to fetch templates.
- Auto-Cleanup: Automatically cleans up
package.jsonconfigurations (stripsprivate: true, resolves workspace versions). - Interactive: Uses
enquirerfor a smooth interactive experience if no arguments are provided.