Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.62 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.62 KB

tsbb

Creates a tsbb application using the command line.

Usage

# npm 6.x
$ npm init tsbb my-app --example express-typeorm
# npm 7+, extra double-dash is needed:
$ npm init tsbb my-app -- --example express-typeorm

$ yarn create tsbb [appName]
# or npm
$ npm create tsbb my-app
# or npx
$ npx create-tsbb my-app

Command Help

Below is a help of commands you might find useful. The example download is from https://jaywcjlove.github.io/tsbb

Usage: create-tsbb <app-name> [options] [--help|h]

Options:
  --version, -v Show version number
  --help, -h Displays help information.
  --output, -o Output directory.
  --example, -e Example from: https://jaywcjlove.github.io/tsbb , default: "basic"
  --force, -f Overwrite target directory if it exists. default: false
  --path, -p Specify the download target git address. default: "https://jaywcjlove.github.io/tsbb"

Example:
  npx create-tsbb my-app
  yarn create tsbb appName
  npm create tsbb my-app
  npm create tsbb my-app -f
  npm create tsbb my-app -p https://jaywcjlove.github.io/tsbb

Copyright 2021

License

MIT © Kenny Wong