6ed20835f6
ci: change lint script to run biomejs
2024-06-29 22:05:09 +09:00
65a6597a8e
ci: replace eslint and prettier to biomejs and lefthook
2024-06-29 22:02:56 +09:00
bfb044fd43
fix(cli): eslint
2024-06-15 04:00:36 +09:00
7f2628eedc
chore(cli): minor version bump
2024-06-15 03:51:50 +09:00
02b2c1ac2d
docs(cli): update docs
2024-06-15 03:51:23 +09:00
024ae50738
fix(cli): replace old things to new utilities
2024-06-15 03:48:26 +09:00
ea9b70bcc6
fix(cli): replace old getAvailableComponentNames to Object.keys
2024-06-15 03:43:23 +09:00
78fe5d9b0f
fix(cli): replace old getAvailableComponentNames to Object.keys
2024-06-15 03:42:37 +09:00
17ea42fe48
fix(cli): use getDirComponentURL
2024-06-15 03:41:13 +09:00
ab95442de1
fix(cli): replace old getAvailableComponentNames to Object.keys
2024-06-15 03:40:52 +09:00
ecaba351a3
feat(cli): make getDirComponentURL return each filenames
2024-06-15 03:39:06 +09:00
e9c7281c33
feat(cli): add overridable parameter to override component.files in getDirComponentURL
2024-06-15 03:37:28 +09:00
76e2866bc9
feat(cli): add getDirComponentURL for directory component handling
2024-06-15 03:35:08 +09:00
6d3f29a614
refactor(cli): make getComponentURL handle only file component
2024-06-15 03:33:26 +09:00
9b0b37ec01
refactor(cli): remove meaningless utility functions
2024-06-15 03:32:07 +09:00
217410a507
fix(cli): use checkComponentInstalled and getDirComponentRequiredFiles
2024-06-15 03:29:18 +09:00
6f637e51ba
fix(cli): use filter to return string only in getDirComponentRequiredFiles
2024-06-15 03:21:07 +09:00
9f28779745
fix(cli): remove typo
2024-06-15 03:13:22 +09:00
5a41b84c9a
refactor(cli): remove getComponentsInstalled & make getDirComponentRequiredFiles
2024-06-15 03:13:04 +09:00
bba1a80550
feat(cli): add checkComponentInstalled taking RegistryComponent
2024-06-15 03:12:37 +09:00
1902b9606a
refactor(cli): rename files to requiredFiles of component
2024-06-15 03:01:48 +09:00
d721aa290f
fix(cli): check installed check with required files
2024-06-15 02:59:23 +09:00
272fc89a92
feat(cli): list command handles directory library
2024-06-15 02:54:27 +09:00
66232b2b9a
feat(cli): add command handles directory library & component installation
2024-06-15 02:33:30 +09:00
2d68a5051f
feat(cli): add ability to make dir component URL in getComponentURL
2024-06-15 02:30:29 +09:00
36da69240c
refactor(cli): rename getDirComponentRequiredFiles to getDirComponentInstalledFiles
2024-06-15 02:21:36 +09:00
4148b903e3
refactor(cli): simplify getComponentsInstalled
2024-06-15 02:20:15 +09:00
46bdb3df98
feat(cli): add getDirComponentRequiredFiles
2024-06-15 02:19:40 +09:00
0be21e2a8d
refactor(cli): export RegistryComponent type
2024-06-15 02:15:33 +09:00
f6d2e2335d
refactor(cli): safeFetcher return response instead of json
2024-06-15 01:59:10 +09:00
de8a1129da
feat(cli): make registry fetch use safeFetcher
2024-06-15 01:57:21 +09:00
b3ebcb45ee
feat(cli): make getRegistry take custom branch
2024-06-15 01:45:29 +09:00
28d5f409f8
fix(cli): add url in registry fetch error message
2024-06-15 01:45:18 +09:00
7d2453b4cf
feat(cli): make getRegistry take custom branch
2024-06-15 01:45:00 +09:00
c1d5c5d06b
refactor(cli): make config lib path to directory pattern
2024-06-15 01:44:06 +09:00
0072836bfc
feat(registry): apply new structure of registry
2024-06-15 01:43:34 +09:00
aa074d16c1
fix: add everything for eslint fix
2024-06-14 22:47:39 +09:00
bf13cf9e57
fix: add missing dependency from oclif eslint
2024-06-14 21:42:33 +09:00
Shinwoo PARK
05dc15d04e
feat: bumped to 0.4.1
2024-06-13 19:55:47 +00:00
Shinwoo PARK
4523e6a419
docs: update cli docs
2024-06-13 19:55:03 +00:00
Shinwoo PARK
47160748b6
docs: add registry flag in every command
2024-06-13 19:51:36 +00:00
Shinwoo PARK
d8d61aceaa
feat: add registry override flag
2024-06-13 19:43:24 +00:00
Shinwoo PARK
a966a85f62
fix: change registry url to githubusercontent
2024-06-13 19:37:44 +00:00
8e6e691308
feat: add tailwind-scrollbar dependency
...
Added the 'tailwind-scrollbar' dependency to the project manifest files and imported it into the Tailwind CSS configuration. This allows us to leverage the scrollbar utility features provided by 'tailwind-scrollbar'. This change is reflected in the updated yarn.lock, package.json, and tailwind.config.js files.
2024-06-11 19:31:15 +09:00
45082d4587
docs(cli): update README with latest changes
...
The CLI README has been updated to reflect the removal of the --forceShared flag from the available commands. Additionally, all references to the code have been updated from version 0.3.0 to version 0.4.0 to align with the current version of the application.
2024-06-11 18:11:35 +09:00
b9583a43f6
feat(cli): update version to 0.4.0
...
The version of the CLI for PSW/UI has been updated from 0.3.0 to 0.4.0.
2024-06-11 18:11:23 +09:00
99773f11cc
refactor(cli): simplify library installation process
...
Consolidated the process of installing the library in the "add" command. Simplified the path handling by using the dirname function. Also, the shared-file version dependent part has been removed. Library installation is now based on a singular registry url path instead of component specific versions.
2024-06-11 18:01:51 +09:00
89776267ad
refactor(cli): remove redundant functions in registry.ts
...
Three functions have been removed to simplify the `registry.ts` file in the CLI package. These functions are `getComponentName`, `getComponentLibVersion`, and `getLibURL`, which are no longer required. This commit contributes to making the codebase cleaner and more maintainable.
2024-06-11 18:01:35 +09:00
dd63fcb753
refactor(cli): remove unused lib array
...
Deleted the unused 'lib' array from within the 'const.ts' file in the 'cli' package to clean up the codebase.
2024-06-11 17:58:50 +09:00
07d9306dde
refactor(cli): update registry path and remove libVersion
...
Removed the 'libVersion' field from the RegistryComponent interface and updated the 'lib' path in the DEFAULT_CONFIG and 'paths' field in Registry. The 'lib' path now includes the file extension '.tsx', aiming to improve clarity and accuracy.
2024-06-11 17:53:34 +09:00