JSPM

  • Created
  • Published
  • Downloads 192
  • Score
    100M100P100Q75968F
  • License MIT

Creates a TSBB application using the command line.

Package Exports

  • create-tsbb

Readme

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