fire-functions-cli

js
Working with FireFunctions makes Firebase Functions delpoy very easy. All your code goes in ./src folder. Where all your express API code will go under ./src/api, model creation will go under ./src/model, trigger creation will go under ./src/triggers and
Version 0.1.9 License MIT
<script type="module"> import fireFunctionsCli from 'https://cdn.jsdelivr.net/npm/fire-functions-cli@0.1.9/+esm' </script>