@alexa-games/sfb-util

2.1.0 • Public • Published

Skill Flow Builder Utility Package

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.

Install

npm i @alexa-games/sfb-util

DownloadsWeekly Downloads

40

Version

2.1.0

License

LicenseRef-.amazon.com.-AmznSL-1.0

Unpacked Size

42.9 kB

Total Files

24

Last publish

Collaborators

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