0.1.11 • Published 2 years ago

firestore-facade-cli v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Firestore Facade CLI

This package contains the command line interface used to generate the facade factory function.

Usage

npm install firestore-facade-cli ts-node --save-dev

npx generate-facade ./path/to/config.ts

Or, if you prefer to use Yarn:

yarn add firestore-facade-cli ts-node --dev

yarn run generate-facade ./path/to/config.ts

Currently ts-node is required because the generate script tries to resolve the ts-node loader from the environment where you call the command. I hope find a way to make the command self-contained in the future.

For more information see the firestore-facade documentation.

0.1.11

2 years ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago