![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@ama-sdk/create
Advanced tools
This package is an NPM initializer to generate an API client SDK based on OpenAPI specification.
This package is simplifying the start of new SDK repository.
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]
--package-manager
: Node package manager to be used (npm
and yarn
are available). If not specified, the automatically detected one will be used.
--yarn
: Enforce yarn
package manager. This option will be ignored if --package-manager
is already specified.
--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.
--spec-path
: Path to the swagger/open-api specification used to generate the SDK
--spec-package-name
: The npm package name where the spec file can be fetched
--spec-package-path
: The export path inside the package.json where to find the spec file. Defaults to ./openapi.[yml|yaml|json]
--spec-package-version
: The version to target for the npm package where the spec file can be fetched
--spec-package-registry
: The npm registry where the spec file can be fetched
[!NOTE] If
--spec-path
or--spec-package-name
is specified, the SDK will be generated based on this specification at the creation time.
[!NOTE]
--spec-package-registry
option assumes that the authentication is set up globally (See npm setup, yarn setup)
FAQs
Create a new SDK
The npm package @ama-sdk/create receives a total of 410 weekly downloads. As such, @ama-sdk/create popularity was classified as not popular.
We found that @ama-sdk/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.