create-sbt-app

1.0.1 • Public • Published

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

Argument Required Allowed Values Usage
--template NO laravel-react
laravel-nextjs
laravel-nextjs
npx create-sbt-app --template laravel-react
--repo NO Any Gitlab/Github/Bitbucket repository URL.
Can be HTTPS or SSH


npx 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

Readme

Keywords

none

Package Sidebar

Install

npm i create-sbt-app

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

11.4 MB

Total Files

6

Last publish

Collaborators

  • sprobejames