Publish your registry to jsrepo.com.
jsrepo publish
Publish your registry to jsrepo.com:
jsrepo publish
--private
When publishing the first version of the registry make it private.
jsrepo publish --private
--name
The name of the registry to publish.
jsrepo publish --name @ieedan/std
--ver
The version of the registry to publish.
jsrepo publish --ver 0.0.1
--dry-run
Test the publish but don't list on jsrepo.com.
jsrepo publish --dry-run
--dirs
The directories containing the categories. Corresponding config key: dirs
jsrepo publish --dirs ./src ./blocks
--include-blocks
Include only the blocks with these names. Corresponding config key: includeBlocks
jsrepo publish --include-blocks math logger
--include-categories
Include only the categories with these names. Corresponding config key: includeCategories
jsrepo publish --include-categories utils scripts
--exclude-blocks
Do not include the blocks with these names. Corresponding config key: excludeBlocks
jsrepo publish --exclude-blocks math logger
--exclude-categories
Do not include the categories with these names. Corresponding config key: excludeCategories
jsrepo publish --exclude-categories utils scripts
--list-blocks
List only the blocks with these names. Corresponding config key: listBlocks
jsrepo publish --list-blocks math logger
--list-categories
List only the categories with these names. Corresponding config key: listCategories
jsrepo publish --list-categories utils scripts
--do-not-list-blocks
Do not list the blocks with these names. Corresponding config key: doNotListBlocks
jsrepo publish --do-not-list-blocks math logger
--do-not-list-categories
Do not list the categories with these names. Corresponding config key: doNotListCategories
jsrepo publish --do-not-list-categories utils scripts
--exclude-deps
Prevent these dependencies from being included in the jsrepo-manifest.json
file. Corresponding config key: excludeDeps
jsrepo publish --exclude-deps svelte react
--allow-subdirectories
Allow subdirectories to be built. Corresponding config key: allowSubdirectories
jsrepo publish --allow-subdirectories
--verbose
More verbose logging. (May be used to troubleshoot issues)
jsrepo publish --verbose
--cwd
Run the current command on the provided directory absolute or relative.
jsrepo publish --cwd ./sites/docs
-h, --help
Help with the command.
jsrepo publish --help