https://github.com/hanabi-rest/cli
A CLI for dumping API files and SQL generated by hanabi.rest to local, and for structuring the project.
https://github.com/hanabi-rest/cli
cli hono
Last synced: 9 months ago
JSON representation
A CLI for dumping API files and SQL generated by hanabi.rest to local, and for structuring the project.
- Host: GitHub
- URL: https://github.com/hanabi-rest/cli
- Owner: hanabi-rest
- License: mit
- Created: 2024-01-28T13:59:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T08:35:01.000Z (about 2 years ago)
- Last Synced: 2025-07-14T23:22:23.744Z (12 months ago)
- Topics: cli, hono
- Language: TypeScript
- Homepage: https://hanabi.rest/docs/cli
- Size: 140 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @hanabi.rest/cli
A CLI for dumping API files and SQL generated by [hanabi.rest](https://hanabi.rest) to local, and for structuring the project.
```bash
$ npx @hanabi.rest/cli
```
## Options
```
Usage: @hanabi.rest/cli create [options]
Options:
-v, --version display the version number
-h, --help display help for command
Commands:
create [options] Create a new project based on the specified version id
config Configure the CLI tool
help [command] display help for command
```
## Documents
Please refer to the following document for instructions on how to use the CLI.
https://hanabi.rest/docs/cli
## LICENCE
MIT