gcf-cli

1.0.9 • Public • Published

Cloud Functions Init CLI With Boilerplate (gcf-cli)

A simple CLI tool to initialize a Firebase project with a custom boilerplate, add modules, and add Firebase services.

🚀 Features

  • Initializes a Firebase project with a predefined boilerplate.
  • Adds modules to an existing Firebase project.
  • Adds Firebase services (e.g., Firestore, Functions) to the project.
  • Fully written in TypeScript.

📦 Installation

Install Globally

To install the CLI globally, run:

npm install -g gcf-cli

🔧 Usage

Run the CLI by using the following command:

gcf-cli <command> [options]

Commands:

Initialize the project

gcf-cli init <project-name>

Go inside the project to functions folder

cd <project-name>/functions

Install dependencies

yarn install

Add a Module

gcf-cli add module user

Readme

Keywords

none

Package Sidebar

Install

npm i gcf-cli

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

23.1 kB

Total Files

13

Last publish

Collaborators

  • debilla