Skip to content

fahamutech/bfast-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfast-tools

Command-line tools for local bfast-functions development.

Scope: create a local FaaS workspace and serve it locally.

Install

Prerequisites:

  • Node.js 18+
  • npm

Install globally:

npm install -g bfast-tools

Verify:

bfast --version

Quickstart

  1. Create a local functions workspace:
bfast fs create my-functions
cd my-functions
  1. Run locally:
bfast fs serve --port 3000

You can also run the same flow with bfast-functions:

bfast-functions create my-functions
bfast-functions serve --port 3000

Command Map

  • bfast functions / bfast fs
  • bfast-functions

Only these commands are available:

  • create
  • serve

Documentation