Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blitzjs/cli

Package Overview
Dependencies
Maintainers
5
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitzjs/cli

Blitz.js CLI

  • 0.45.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
464
increased by12.35%
Maintainers
5
Weekly downloads
 
Created
Source

cli

Command-line utility for initializing a new blitz app, code generation, database management, and other functions. It is meant to be user-friendly and easy to extend.

Installation

npm i -g blitz

Usage

These are some examples of common commands from the blitz API. A full list is available at https://blitzjs.com/docs/cli-overview.

Create a new Blitz project called "my-blog"

blitz new my-blog

Generate all available code scaffolding for a resource named Project

blitz generate all project

Create a production build

blitz build

Launch the development server

blitz dev

Keywords

FAQs

Package last updated on 15 Jul 2022

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc