1.18.0 • Published 10 months ago

create-bps v1.18.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

CREATE-BPS

A command line tool for initializing BPS project templates.

Overview

create-bps is cli tool for initializing BPS project templates. It provides a wizard-like interface for setting up a new project with the required configurations. You can also provide config using flags to bypass the wizard.

Project build with Deno, which allows it to compile to a single binary file and run it without any dependencies in a CI/CD pipeline, for example.

When run over npm create bps@latest, it will install Deno if it's not already installed. It will also compile the Deno CLI binary and execute it.

Installation & usage with npm

# Run install wizzard using npm create (you'll see the install prompt if you don't have it installed globally)
npm create bps@latest

# Run install wizzard using npm create with flags
npm create bps@latest -- --project_name="my-project" --protocol="ssh" (and other available flags)

Local development with Deno

# local development
deno task dev

# local development with flags
deno task dev --project_name="my-project" --protocol="ssh" (and other available flags)

Build and publish

npm version <patch|minor|major>
npm publish
1.15.0

10 months ago

1.19.0

9 months ago

1.18.0

10 months ago

1.17.0

10 months ago

1.16.0

10 months ago

1.14.0

10 months ago

1.13.0

10 months ago

1.12.0

10 months ago

1.9.0

10 months ago

1.8.0

10 months ago

1.7.0

10 months ago

1.6.0

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.10.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago