File tree Expand file tree Collapse file tree 5 files changed +12
-14
lines changed
Expand file tree Collapse file tree 5 files changed +12
-14
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# jsrepo
22
3+ ## 2.5.0
4+ ### Minor Changes
5+
6+ - 5985e18: feat: Add ` includeFiles ` to config to allow for serving any file type from a registry
7+
8+ ### Patch Changes
9+
10+ - 5985e18: fix: Remove console.log in ` build ` command
11+
312## 2.4.9
413### Patch Changes
514
Original file line number Diff line number Diff line change 22
33> A CLI to add shared code from remote repositories.
44
5- Latest Version: 2.4.9
5+ Latest Version: 2.5.0
66
77## Commands
88
@@ -58,6 +58,7 @@ jsrepo build [options]
5858- --output-dir <dir >: The directory to output the registry to. (Copies jsrepo-manifest.json + all required files)
5959- --include-blocks [ blockNames...] : Include only the blocks with these names.
6060- --include-categories [ categoryNames...] : Include only the categories with these names.
61+ - --include-files [ filePatterns...] : Additional files to include in the manifest. (Supports glob patterns)
6162- --exclude-blocks [ blockNames...] : Do not include the blocks with these names.
6263- --exclude-categories [ categoryNames...] : Do not include the categories with these names.
6364- --list-blocks [ blockNames...] : List only the blocks with these names.
Original file line number Diff line number Diff line change 11{
22 "name" : " jsrepo" ,
33 "description" : " A CLI to add shared code from remote repositories." ,
4- "version" : " 2.4.9 " ,
4+ "version" : " 2.5.0 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://jsrepo.dev" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments