0.0.1 • Published 4 years ago

@digitalus/functions v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

DigitalusPlatform

Go To Documentation

Important

This application is connected to a demo Firebase project. All of this information is publicly readable and writable, so make sure you don't use if for anything besides testing basic setup.

Is this secure? This configuration essentially just identifies your Firebase project on the Google servers. It is not a security risk for someone to know it. In fact, it is necessary for them to know it, in order for them to interact with your Firebase project and is included in all Firebase projects. see stack overflow answer

NPM Commands

Build documentation

Copies all README.md files from NPM projects into the app's assets/docs directory, appending meta data like their package, version, last update, etc.

npm run build:docs

Publish a package

To publish a package you first need to build it, then publish it from the dist/ folder.

ng build @digitalus/platform
cd dist/digitalus/platform/
npm publish --access=public

Want to contribute to the project?

We would love the help. Head over to the project on GitHub, and submit an issue or pull request.


GitHub: https://github.com/digitalus-mx/platform NPM: https://www.npmjs.com/package/@digitalus/platform