Firelayer's CLI - Jump-start your Firebase Web Project


Keywords
firelayer, generator, boilerplate, firebase, cli, framework, scaffold, starter, template, toolkit
License
MIT
Install
npm install @firelayer/cli@1.1.1

Documentation

Firelayer

Jump-start your Firebase Web Project


Build Status on Github Version License

Firelayer is a boilerplate toolkit for Firebase web projects. It allows you to jump-start your Firebase web projects with templates for common use cases so you don't have to start from scratch.

Documentation

Documentation Website

Table of contents

Getting Started

Install firelayer globally:

npm i -g @firelayer/cli

And initialize a new project:

firelayer init new-project

Once it's installed, you can cd new-project and npm run dev or yarn dev and it will run the development servers on your local machine.

Start with other templates

Community

Development

Firelayer is organized as a monorepo using Lerna and yarn workspaces. Useful scripts include:

yarn bootstrap

Installs package dependencies and links packages together - using lerna and yarn workspaces

yarn build

Cleans the previous builds and starts building on all sub packages - using lerna run build

yarn dev

Starts the dev mode on all sub packages - using lerna run dev

License

Firelayer is open-sourced software licensed under the MIT license.