SDK project initializer
Create an SDK package
This package is simplifying the start of new SDK repository.
Usage
NPM
npm create @ama-sdk typescript <package-name> -- [...options]
Yarn
yarn create @ama-sdk typescript <project-name> [...options]
Options list
--spec-path
: Path to the swagger/open-api specification used to generate the SDK--package-manager
: Node package manager to be used (npm
and yarn
are available).--debug
: Enable schematics debug mode (including dry run).
Note: if the --spec-path
is specified, the SDK will be generated based on this specification at the creation time.