
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@ama-openapi/create
Advanced tools
[!WARNING] Experimental: This package is available in early access, the final version will be released in v15.
@ama-openapi/create is a template generator package that provides scaffolding and templates for creating OpenAPI-based projects. It helps developers quickly set up new OpenAPI projects with best practices and a standardized structure.
npm create @ama-openapi -- [options]
The following global options can be used with any command:
| Options | Description |
|---|---|
--version, -v | Display the current version of the generator. |
--help, -h | Display usage for the CLI commands. |
Create a new OpenAPI basic project via the following command :
npm create @ama-openapi <project-name> -- [options]
The following options are available:
| Options | Default Value | Description |
|---|---|---|
--target, -t | . | Target directory where files will be generated. |
The command will generate a directory with the following structure:
my-openapi-project/
├── .vscode/
│ ├── extensions.json
│ └── settings.json
├── apis/
│ └── example.v1.yaml
├── models/
│ └── exampleModel.v1.yaml
├── responses/
│ └── exampleResponse.v1.yaml
├── .gitignore
├── openapi.manifest.yaml
├── package.json
├── redocly.yaml
├── README.md
└── renovate.json
[!NOTE] The package includes several template files that are customized during project generation:
- API specifications: Example OpenAPI YAML files
- Configuration files: Project-specific configurations
- Development environment: VS Code settings and extensions
- Package management: Pre-configured
package.jsonfile with common scripts- Renovate Configuration: Extends the [@ama-openapi/core preset] package (https://github.com/AmadeusITGroup/otter/tree/main/packages/@ama-openapi/core/renovate/default.json)
This generator sets up the repository to work with:
FAQs
Create a new OpenApi Specification project
We found that @ama-openapi/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.