@objectql/create
v4.2.2
Published
Create ObjectQL apps with one command
Downloads
61
Readme
@objectql/create
The easiest way to get started with ObjectQL.
Usage
npm create @objectql@latestFollow the prompts to create your new ObjectQL application.
Arguments
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).
Features
- 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.
