1.0.6 • Published 28 days ago

@svelte-add/bootstrap v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Bootstrap

This is a adder for svelte-add and is used to add Bootstrap to your svelte/kit project.

You can find all options for this adder on this site. We will only provide a short breakdown of the adder features here.

Basic usage

npx @svelte-add/bootstrap@latest

In case you already have a directory in mind, you can use this:

npx @svelte-add/bootstrap@latest --path ./your-project

Available options

  • useSass (default: false) - Do you want to use sass? (css = faster, sass = better customization)
  • addJavaScript (default: false) - Do you want to add JavaScript (required for some components like dropdowns)?

Option syntax

npx @svelte-add/bootstrap@latest --key value

Specific example

npx @svelte-add/bootstrap@latest --useSass false

You can combine as many options as you want. The usage of options is optional. If you don't specify an option value via the command line, the CLI will ask you the questions interactively.

1.0.6

28 days ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago