Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@flexfactory/api-utils

richturnbull716UNLICENSED4.4.0

A utils library for the api-server

readme

api-utils

Install

npm i --save @flexfactory/api-utils

Usage

Starting an api server from config

const { startServer } = require('@flexfactory/api-utils');

startServer({
  ...config,
});