Socket
Book a DemoInstallSign in
Socket

create-api-app

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-api-app

A CLI tool to generate API project templates in JavaScript or TypeScript.

0.1.3
latest
npmnpm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

Create API App

A CLI tool to generate API project templates in JavaScript or TypeScript.

Installation

There are several ways to install and use this package:

Option 1: Install Globally

npm install -g create-api-app

After installing globally, you can run the tool anywhere on your system:

create-api-app

Option 2: Use with npx (without installing)

npx create-api-app
npm init api-app

Usage

Once installed, simply run:

create-api-app

Follow the interactive prompts to:

  • Choose a language (JavaScript or TypeScript)
  • Enter your project name

After generation, navigate to your new project and install dependencies:

cd your-project-name
npm install

Available Templates

  • JavaScript: A basic JS API template
  • TypeScript: A TypeScript API template with type definitions

License

MIT

FAQs

Package last updated on 10 Apr 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.