This package has been deprecated

Author message:

This package has been deprecated.Package is no longer supported. Use at your own risk.

@bb-cli/bb-customize

2.3.1 • Public • Published

NAME

bb-customize - Copy the item source into the project for customization

SYNOPSIS

bb-customize [--help] [-v|--version]
bb-customize copy [--help] [-s|--source <source>] <name>,<output>
bb-customize item [--help] [-s|--source <source>] [-n|--new-name <name>]
    [-f|--format <format>] [name],[output]
bb-customize list [--help] [-s|--source <source>] [--extensions]
    [--configs] [--themes] [-f|--format <format>]

OPTIONS

Option Description
-v, --version output the version number
--help Output usage information

COMMANDS

NAME

bb-customize copy - Copy the item source into the project for customization

SYNOPSIS

bb-customize copy [--help] [-s|--source <source>] <name>,<output>

DESCRIPTION

Copies an item from the sources path to a destination folder.

If the destination folder doesn't exist, it will be created.

OPTIONS

Option Description
-s, --source <source> Directory to search for source files
--help Output usage information

EXAMPLES

Copy the default config-bb-providers-ng:

  $ bb-customize copy config-bb-providers-ng ./src/configs/

NAME

bb-customize item - Copy and customize source item.

SYNOPSIS

bb-customize item [--help] [-s|--source <source>] [-n|--new-name <name>]
    [-f|--format <format>] [name],[output]

DESCRIPTION

Customizes item from source directory to and copies it to the project directory.

You must give the custom item a new name, and bb-customize will automatically rename files, and replace the old name with the new name.

Note: For config modules, you shouldn't rename them.

OPTIONS

Option Description
-s, --source <source> Directory to search for source files
-n, --new-name <name> New name of the item
-f, --format <format> Set the output format (json)
--help Output usage information

EXAMPLES

Lists all customizable items from default 'target/src.*' directory:

  $ bb-customize list

Lists all customizable extension items from default 'target/src.*' directory:

  $ bb-customize list --extensions

NAME

bb-customize list - List available source packages

SYNOPSIS

bb-customize list [--help] [-s|--source <source>] [--extensions]
    [--configs] [--themes] [-f|--format <format>]

DESCRIPTION

List available source packages

Outputs sorted list of all customizable items.

OPTIONS

Option Description
-s, --source <source> Directory to search for source files
--extensions Set to show only extension items
--configs Set to show only config items
--themes Set to show only theme items
-f, --format <format> Set the output format (json)
--help Output usage information

EXAMPLES

Lists all customizable items from default 'target/src.*' directory:

  $ bb-customize list

Lists all customizable extension items from default 'target/src.*' directory:

  $ bb-customize list --extensions

ENVIRONMENT VARIABLES

Set the amount of log output

LOG_LEVEL=silly|verbose|info|warn|error

Set whether or not to use colors in output

COLOR=false|true

Dependents (0)

Package Sidebar

Install

npm i @bb-cli/bb-customize

Weekly Downloads

11

Version

2.3.1

License

SEE LICENSE IN LICENSE

Unpacked Size

36.9 kB

Total Files

24

Last publish

Collaborators

  • backbase-admin
  • bb-cli