create-tsbb
v4.4.0
Published
Creates a TSBB application using the command line.
Downloads
87
Maintainers
Readme
Creates a tsbb
application using the command line.
Usage
# npm 7+, extra double-dash is needed:
$ npm init tsbb my-app -- --example typenexus
# npm 6.x
$ npm init tsbb my-app --example typenexus
# or npx
$ npx create-tsbb my-app
# or npm
$ npm create tsbb@latest my-app
$ yarn create tsbb [appName]
Command Help
Below is a help of commands you might find useful.
Usage: create-tsbb <app-name> [options] [--help|h]
Options:
--version, -v Show version number
--help, -h Displays help information.
--force, -f Overwrite folder contents.
--example, -e Example: "npm create tsbb my-app -e typenexus",
default: "basic"
Example:
yarn create tsbb appName
npx create-tsbb my-app
npm create tsbb my-app
npm create tsbb@latest my-app
# npm 7+, extra double-dash is needed:
npm create tsbb@latest my-app -- -f
npm create tsbb@latest my-app -- -e typenexus
Copyright 2023
Contributors
As always, thanks to our amazing contributors!
Made with contributors.