0.1.11 • Published 4 years ago

firestore-facade-cli v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago