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

nativeai

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativeai

Command line interface for native AI

latest
Source
npmnpm
Version
0.9.4
Version published
Maintainers
1
Created
Source

@nativeai/cli

Command line interface for native AI applications.

Installation

npm install -g @nativeai/cli

Usage

Initialize a new project

nativeai init

Build your project

nativeai build

Serve your project

nativeai serve --port 3000

Commands

  • init - Initialize a new native AI project with interactive prompts
  • build - Build the native AI project
  • serve - Serve the native AI project on a specified port

Features

  • Interactive project initialization with inquirer
  • Beautiful loading spinners with ora
  • Robust command parsing with commander
  • TypeScript support
  • Modular architecture

Development

# Install dependencies
npm install

# Build the package
npm run build

# Watch for changes
npm run dev

# Run tests
npm run test

Keywords

ai

FAQs

Package last updated on 15 Oct 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