1.0.1 • Published 1 year ago

create-sbt-app v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Create SBT App

Instantly scaffold a new Sprobe Base Template App on your local machine.

Create SBT App works on macOS, Windows, and Linux.

If something doesn’t work, please file an issue.

Quick Overview


You can create a new SBT App by running the command below:

npx create-sbt-app your-folder-name

create-sbt-app

The command above is equivalent to

npx create-sbt-app your-folder-name --template laravel-react

If --template argument is not provided, this will automatically download the Laravel React package by default.

Command Arguments

ArgumentRequiredAllowed ValuesUsage
--templateNOlaravel-react laravel-nextjs laravel-nextjsnpx create-sbt-app --template laravel-react
--repoNOAny Gitlab/Github/Bitbucket repository URL.Can be HTTPS or SSHnpx create-sbt-app --repo https://github.com/username/repo-name.git npx create-sbt-app --repo git@github.com:username/repo-name.git

Other templates


Laravel & NextJS

npx create-sbt-app your-folder-name --template laravel-nextjs

create-sbt-app-template

Laravel & NextJS Typescript

npx create-sbt-app your-folder-name --template laravel-nextjs-ts

Configure with a new Git Remote


You can pass the --repo argument to specify the new git remote origin target:

npx create-sbt-app your-folder-name --repo https://github.com/username/repo-name.git

create-sbt-app-repo

1.0.1

1 year ago

1.0.0

1 year ago