1.0.0 • Published 3 months ago

@sublime13/cli v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

CodePulse CLI

The command-line interface for CodePulse, your AI-powered development companion.

Installation

npm install -g @codepulse/cli

Usage

Initialize a new project

codepulse init

Analyze code for security and quality issues

codepulse analyze

Scan for security vulnerabilities

codepulse scan

Development

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install

Building

npm run build

Development mode

npm run dev

Testing

npm test

Linting

npm run lint

Formatting

npm run format

License

MIT

1.0.0

3 months ago