@alexa-games/sfb-util

2.1.2 • Public • Published

Skill Flow Builder Utility Package

Warning DEPRECATED The Alexa Games team will no longer support or maintain this official distribution of Skill Flow Builder. Thank you to all the folks who have used SFB to make great Alexa skills over the years!

This module contains utility functions used in other components of Skill Flow Builder.

Getting Started

Prerequisites

The following needs to be installed and configured:

Node.js (with npm) # Note: Requires Node.js version >= 10.15.
Yarn

The sfb-util package provides utility functions to the other packages, and can be built first without building any other package.

Compiling

yarn install && yarn compile

The compiled code is built into the dist/ directory.

Testing

yarn test

This will run all unit tests in the test/ directory.

Contributing

Utility functions should only go into sfb-util if they are not domain-specific (e.g. CLI-, editor-, or skill-specific) and they will be used in multiple modules.

Package Sidebar

Install

npm i @alexa-games/sfb-util

Weekly Downloads

6

Version

2.1.2

License

LicenseRef-.amazon.com.-AmznSL-1.0

Unpacked Size

44.7 kB

Total Files

24

Last publish

Collaborators

  • alexa-games-admin
  • alexa-games-builder