npm.io
0.63.1 • Published 1 week ago

@startupjs/cli

Licence
MIT
Version
0.63.1
Deps
7
Size
11 kB
Vulns
0
Weekly
0

startupjs cli

Usage

npx startupjs <command> [options]

Commands

install

Run npx startupjs install --help for a full manual

build

Build web bundle for production usage

check

Type-check the current project with React-Pug support.

You can pass specific files, for example npx startupjs check src/App.tsx.

start-production

Start production node server with production web build

(run this after npx startupjs build)

start-worker

Start worker node server (uses current NODE_ENV)

start-worker-production

Start worker node server with NODE_ENV=production

init-pm, pr, task <github_issue_number>

Project management helper commands.

See @startupjs/pm readme for documentation on them.