New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blitzjs/cli

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitzjs/cli

Blitz CLI

  • 0.0.2-canary.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
572
increased by10.21%
Maintainers
1
Weekly downloads
 
Created
Source

blitz-cli

Blitz CLI

oclif Version Downloads/week License

Contributing

Run yarn from the monorepo root

Run locally from this directory: yarn b [COMMAND]

Run tests: yarn test

Build package: yarn build

Usage

$ npm install -g @blitzjs/cli
$ blitz COMMAND
running command...
$ blitz (-v|--version|version)
@blitzjs/cli/0.0.1-canary.1 darwin-x64 node-v12.16.1
$ blitz --help [COMMAND]
USAGE
  $ blitz COMMAND
...

Commands

blitz build

Create a production build

USAGE
  $ blitz build

ALIASES
  $ blitz b

blitz console

Run project REPL

USAGE
  $ blitz console

ALIASES
  $ blitz c

blitz db COMMAND

Run project database commands

USAGE
  $ blitz db COMMAND

ARGUMENTS
  COMMAND  Run specific db command

See code: lib/commands/db.js

blitz help [COMMAND]

display help for blitz

USAGE
  $ blitz help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

blitz new [PATH]

Create a new Blitz project

USAGE
  $ blitz new [PATH]

ARGUMENTS
  PATH  path to the new project, defaults to the current directory

OPTIONS
  -h, --help     show CLI help
  -t, --[no-]ts  generate a TypeScript project
  --dry-run      show what files will be created without writing them to disk
  --[no-]yarn    use Yarn as the package manager

blitz start

Start a development server

USAGE
  $ blitz start

OPTIONS
  -p, --production  Create and start a production server

ALIASES
  $ blitz s

blitz test [WATCH]

Run project tests

USAGE
  $ blitz test [WATCH]

ARGUMENTS
  WATCH  Run test:watch

ALIASES
  $ blitz t

See code: lib/commands/test.js

Keywords

FAQs

Package last updated on 14 Apr 2020

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