2.3.1 • Published 6 years ago

@bb-cli/bb-customize v2.3.1

Weekly downloads
149
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

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

OptionDescription
-v, --versionoutput the version number
--helpOutput 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

OptionDescription
-s, --source <source>Directory to search for source files
--helpOutput 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

OptionDescription
-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)
--helpOutput 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

OptionDescription
-s, --source <source>Directory to search for source files
--extensionsSet to show only extension items
--configsSet to show only config items
--themesSet to show only theme items
-f, --format <format>Set the output format (json)
--helpOutput 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
2.3.1

6 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

7 years ago

2.0.1-pr.0

7 years ago

2.0.0

7 years ago

2.0.0-pr.5

7 years ago

2.0.0-pr.4

7 years ago

2.0.0-pr.3

7 years ago