build
Build your repository into a jsrepo registry.
The build command builds the specified directories into a jsrepo-manifest.json file which jsrepo can use to locate blocks in your repository.
Usage
Options
Directory to copy the jsrepo-manifest.json and all required registry files to once the build is complete. This is useful when you want to host your registry on a custom domain from a different directory from where the code actually lives. Corresponding config key: outputDir
Usage
Include only the blocks with these names. Corresponding config key: includeBlocks
Usage
Include only the categories with these names. Corresponding config key: includeCategories
Usage
Do not include the blocks with these names. Corresponding config key: excludeBlocks
Usage
Do not include the categories with these names. Corresponding config key: excludeCategories
Usage
List only the categories with these names. Corresponding config key: listCategories
Usage
Do not list the blocks with these names. Corresponding config key: doNotListBlocks
Usage
Do not list the categories with these names. Corresponding config key: doNotListCategories
Usage
Prevent these dependencies from being included in the jsrepo-manifest.json file. Corresponding config key: excludeDeps
Usage
More verbose logging. (May be used to troubleshoot issues)
Usage
Run the current command on the provided directory absolute or relative.
Usage
Help with the command.