🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@ama-sdk/create

Package Overview
Dependencies
Maintainers
5
Versions
2134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ama-sdk/create

Create a new SDK

Source
npmnpm
Version
10.3.0-prerelease.70
Version published
Weekly downloads
3.4K
8.59%
Maintainers
5
Weekly downloads
 
Created
Source

SDK project initializer

Super cute Otter!

Description

Stable Version Bundle Size

This package is an NPM initializer to generate an API client SDK based on OpenAPI specification.

Create an SDK package

This package is simplifying the start of new SDK repository.

Usage

npm create @ama-sdk typescript <package-name> -- [...options]

or

yarn create @ama-sdk typescript <project-name> [...options]

[!WARNING] Please notice that the command yarn create is not available for versions >= 2.0.0 (see Yarn cli commands).

You can generate an environment with a specific package manager thanks to the --package-manager options:

npm create @ama-sdk typescript <project-name> -- --package-manager=yarn [...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 --no-dry-run: Enable schematics debug mode (dry-run is not currently supported).
  • --o3r-metrics: Enable or disable the collection of anonymous data for Otter
  • --exact-o3r-version : use a pinned version for otter packages.

[!NOTE] If the --spec-path is specified, the SDK will be generated based on this specification at the creation time.

Keywords

create

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts