New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ama-openapi/create

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ama-openapi/create

Create a new OpenApi Specification project

latest
Source
npmnpm
Version
14.1.1
Version published
Maintainers
1
Created
Source

Ama OpenAPI Create

[!WARNING] Experimental: This package is available in early access, the final version will be released in v15.

Stable Version Bundle Size

@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.

Usage

npm create @ama-openapi -- [options]

The following global options can be used with any command:

OptionsDescription
--version, -vDisplay the current version of the generator.
--help, -hDisplay usage for the CLI commands.

Generate Open Api basic project

Create a new OpenAPI basic project via the following command :

npm create @ama-openapi <project-name> -- [options]

The following options are available:

OptionsDefault ValueDescription
--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:

Integration

This generator sets up the repository to work with:

Keywords

create

FAQs

Package last updated on 26 Mar 2026

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