UNPKG

@openapi-qraft/cli

Version:

CLI for generating typed TanStack Query React Hooks and services from OpenAPI Document, improving type safety in React apps

11 lines (8 loc) 211 B
#!/usr/bin/env node 'use strict'; /** * Workaround to allow `rimraf dist/` on rebuilds and keep `bin` executable * without a need `yarn install` */ import { main } from './dist/bin.js'; main(process.argv);