plexiform-build-npm-apiservice-proxy-ts

A plexiform build script for generating a TypeScript ApiService consumer.

Usage no npm install needed!

<script type="module">
  import plexiformBuildNpmApiserviceProxyTs from 'https://cdn.skypack.dev/plexiform-build-npm-apiservice-proxy-ts';
</script>

README

plexiform-build-npm-apiservice-proxy-ts

A build script for plexiform to build:

  • TypeScript entity interfaces, classes, boilerplate
  • api-service consumer offering strongly-typed full coverage of a plexiform-build-api Api Service.
  • index.ts barrel

Purpose

Use to create an npm package for consuming a plexiform-build-api Api Service.

Note: this does not scaffold the entire npm package - it only contributes index.ts and other src/ files.