mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-05-17 00:16:30 +08:00
afadee67eaf3e541c95c22bd7fe2bd934b6f651d
firebase-cli
These are the Firebase Command Line (CLI) Tools. They can be used to:
- Administer your Firebase account
- Interact with Firebase Hosting, our product to host your static HTML, JS, CSS, images, etc.
To get started with the Firebase CLI, read through our hosting quickstart guide.
Installation
To install the Firebase CLI, you first need to sign up for a Firebase account.
Then you need to install Node.js and npm. Note that installing Node.js should install npm as well.
Once npm is installed, get the Firebase CLI by running the following command:
npm install -g firebase-cli
This will provide you with the globally accessible firebase command.
Commands
The command firebase --help lists the available commands and firebase <command> --help shows
more details for an individual command.
You can get more information about the available commands in our command line documentation.
Languages
JavaScript
81.6%
TypeScript
16.2%
HTML
1.7%
Shell
0.5%