create-tsbb
TypeScript icon, indicating that this package has built-in type declarations

4.2.5 • Public • Published

tsbb

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.

License

License

MIT © Kenny Wong

Package Sidebar

Install

npm i create-tsbb

Weekly Downloads

11

Version

4.2.5

License

MIT

Unpacked Size

988 kB

Total Files

123

Last publish

Collaborators

  • wcjiang