@madnesslabs/fireenjin
TypeScript icon, indicating that this package has built-in type declarations

1.4.28 • Public • Published

FireEnjin by Madness Labs

This is a set of build process tasks aimed to make working with full-stack Firebase projects easier by the good people at Madness Labs.

Getting Started

Install fireenjin into your project and then you can run it with scripts in your package.json.

# Install fireenjin as dev dependency
npm install --save-dev @madnesslabs/fireenjin

# Use commands like this in your package.json under scripts
fireenjin generate model

Commands

copy

This command copies a file from one place to another.

env

This command copies files from the env folder into the root.

generate

This command generated a file or a list of files based off templates.

migrate

This command runs all migrations and stores results in Firestore.

new

This command will walk you through setting up a new project.

presets

This command will compile all of your presets into a javascript file.

seed

This command allows you to deploy seeds from your project to Firestore.

seed:clone

This command allows you to clone seeds from Firestore to your project.

triggers

This command builds an index for Firebase Functions.

Package Sidebar

Install

npm i @madnesslabs/fireenjin

Weekly Downloads

8

Version

1.4.28

License

MIT

Unpacked Size

153 kB

Total Files

73

Last publish

Collaborators

  • popcorn245