This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

firestore-facade-cli

0.1.11 • Public • Published

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.

Package Sidebar

Install

npm i firestore-facade-cli

Weekly Downloads

0

Version

0.1.11

License

MIT

Unpacked Size

14.9 kB

Total Files

19

Last publish

Collaborators

  • thijskoerselman