0.0.12 • Published 5 months ago
@hungrimind/hungrimind-cli v0.0.12
hungrimind-cli
A CLI created by the people over at Hungrimind
Usage
$ npm install -g @hungrimind/hungrimind-cli
$ hungrimind COMMAND
running command...
$ hungrimind (--version)
@hungrimind/hungrimind-cli/0.0.12 linux-x64 node-v24.1.0
$ hungrimind --help [COMMAND]
USAGE
$ hungrimind COMMAND
...Commands
hungrimind create flutter NAMEhungrimind create kubernetes NAMEhungrimind help [COMMAND]hungrimind login
hungrimind create flutter NAME
Create a new Flutter project with the Hungrimind Flutter Kit
USAGE
$ hungrimind create flutter NAME [-v]
ARGUMENTS
NAME Name of the Flutter application (lowercase with underscores, e.g., my_app)
FLAGS
-v, --verbose Enable verbose output for debugging
DESCRIPTION
Create a new Flutter project with the Hungrimind Flutter KitSee code: src/commands/create/flutter.ts
hungrimind create kubernetes NAME
Create a new Kubernetes project with the Hungrimind Kubernetes Kit
USAGE
$ hungrimind create kubernetes NAME [-v]
ARGUMENTS
NAME Name of the Kubernetes folder (lowercase with underscores, e.g., hungrimind_infrastructure)
FLAGS
-v, --verbose Enable verbose output for debugging
DESCRIPTION
Create a new Kubernetes project with the Hungrimind Kubernetes KitSee code: src/commands/create/kubernetes.ts
hungrimind help [COMMAND]
Display help for hungrimind.
USAGE
$ hungrimind help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for hungrimind.See code: @oclif/plugin-help
hungrimind login
Authenticate with GitHub
USAGE
$ hungrimind login
DESCRIPTION
Authenticate with GitHubSee code: src/commands/login.ts