UNPKG

bump-cli

Version:

The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh

7 lines (4 loc) 215 B
#!/usr/bin/env -S node --loader ts-node/esm --disable-warning=ExperimentalWarning // eslint-disable-next-line n/shebang import {execute} from '@oclif/core' await execute({development: true, dir: import.meta.url})