0.0.1 • Published 10 months ago
@ideascol/swagger-validator v0.0.1
@ideascol/swagger-validator
swagger-validator
Quick start
# Using npm
npx @ideascol/swagger-validator
# Using bun
bunx @ideascol/swagger-validatorInstallation
# Using npm
npm install -g @ideascol/swagger-validator
# Using bun
bun install -g @ideascol/swagger-validatorUsage as cli
# Using npm
npm link # to test the cli locally
# Using bun
bun link # to test the cli locally
swagger-validator greet --name=JohnUsage as library
import { Greet } from '@ideascol/swagger-validator';
Greet('John');0.0.1
10 months ago