init
Initialize your project with required boilerplate files. Creates lib/axios.ts and lib/query-keys.ts.
Usage
bash
Examples
Initialize project
Create boilerplate files in your project
bash
Important Notes
This command is safe to run multiple times. Existing files will not be overwritten.
Creates: lib/axios.ts (Axios config) and lib/query-keys.ts (Query keys factory)