0.0.12 • Published 10 months ago

@hungrimind/hungrimind-cli v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

hungrimind-cli

A CLI created by the people over at Hungrimind

oclif Version Downloads/week

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 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 Kit

See 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 Kit

See 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 GitHub

See code: src/commands/login.ts

0.0.12

10 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago