Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.16 KB

File metadata and controls

26 lines (19 loc) · 1.16 KB

OnFire CLI github npm npm

OnFire is an experimental CLI that is built on top of the Firebase CLI. This provides basic tab completion for commands and arguments.

Demo

C__WINDOWS_system32_cmd.exe.2023-10-16.04-35-07.mp4

Installation

npm install -g onfire-cli

Features

  • Clear current input by pressing command + C
    • If input is blank, command + C will exit the CLI
  • Tab completion for Firebase CLI commands, options, and option values
  • Option autocompletion
    • Provides a dropdown list of available options for a command
  • Command and input local caching
    • Saves previously passed commands and input and provide them as autocomplete values
  • Usage and description message
  • Partial matching of commands
    • Matches input to closest possble command. Helpful when making spelling errors