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

create-brain-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-brain-app

A create-app tool for brainai

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Create Brain App

create-brain-app is a command line tool for quickly creating React and AI applications. It provides a complete project template to help developers quickly start projects.

Features

  • Quick Start:Generate a complete project structure with simple command line operations.
  • Flexible Template Selection:Support multiple project templates to meet different development needs.
  • Non-interactive Mode:Support non-interactive project creation through command line parameters.

Installation

You can choose to use npx to run directly, or globally install create-brain-app.

Use npx

npx create-brain-app

Global Installation

npm install -g create-brain-app

Then use the following command to create a project:

create-brain-app

This will create a new folder named <project-name> in the current directory and generate a project template in it.

Usage

Create a new project

  • Interactive Creation:Run create-brain-app, input the project name and select the template.
  • Non-interactive Creation:Use command line parameters to specify the project name and template. (Not supported yet)

View help

You can also create a new project in a non-interactive way through command line parameters. Please refer to create-brain-app --help:

Usage: create-brain-app [options]

Options:
  -v, --version      Output the current version of create-brain-app.
  -h, --help         display help for command

Keywords

create-app

FAQs

Package last updated on 20 Feb 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