@sage-cli/plugin-preset-bootstrap

Performs post-installation operations for Sage.

Usage no npm install needed!

<script type="module">
  import sageCliPluginPresetBootstrap from 'https://cdn.skypack.dev/@sage-cli/plugin-preset-bootstrap';
</script>

README

Preset plugin for sage

Swap the front-end scaffolding for the theme.

Version Known Vulnerabilities Downloads/week License

$ npm install -g @sage-cli/plugin-preset-bootstrap
$ sage COMMAND
running command...
$ sage (-v|--version|version)
@sage-cli/plugin-preset-bootstrap/1.0.0-alpha.1 linux-x64 node-v10.15.3
$ sage --help [COMMAND]
USAGE
  $ sage COMMAND
...

sage preset:bootstrap

Use Bootstrap front-end scaffolding.

USAGE
  $ sage preset:bootstrap

OPTIONS
  -Y, --suppress    Suppress warnings when overwriting or deleting files
  --clean           Uninstall all presets before installing specified preset.
  --force           Disregard all failsafes.
  --no-interaction  Do not ask any interactive questions
  --path=path       Custom path to Sage theme
  --uninstall       Uninstall specified preset.

EXAMPLE
  $ sage preset:bootstrap

See code: src/commands/preset/bootstrap.ts