22 Commits

Author SHA1 Message Date
65a6597a8e ci: replace eslint and prettier to biomejs and lefthook 2024-06-29 22:02:56 +09:00
7f2628eedc chore(cli): minor version bump 2024-06-15 03:51:50 +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
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
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
643dc6eafd feat(cli): update package version
The package version of "@psw-ui/cli" has been updated from 0.2.1 to 0.3.0.
2024-06-11 16:41:31 +09:00
cf2675d3f1 docs(cli): update links and version in README
The links to the code for add, list, and search commands in README.md are updated to reflect the latest version of the CLI (v0.2.1). Additionally, the package version for the CLI is updated from 0.2.0-build to 0.2.1 in package.json.
2024-06-08 05:06:57 +09:00
99891c6fa3 v0.2.0-build 2024-06-08 04:41:17 +09:00
4fbb658c40 feat(cli): add prepack script
The commit introduces a "prepack" script to the CLI package's scripts within package.json. It will now run a build process before packaging.
2024-06-08 04:40:48 +09:00
3ec06170f9 v0.2.0-docs 2024-06-08 04:33:42 +09:00
86618a2628 fix(cli): update package.json meta information
This commit updates the homepage and repository URLs in the package.json file for the cli package. It also cleans up some unnecessary scripts in the "scripts" block.
2024-06-08 04:33:07 +09:00
f6acfc9380 feat(cli): update to version 0.2.0 and add search command
This update upgrades the version of the cli package from 0.1.0 to 0.2.0. It also includes the addition of a new "search" command in the CLI readme documentation. Link to relevant source code has also been updated.
2024-06-08 04:17:44 +09:00
86111a715f fix(cli): remove ink-spinner dependency
This commit removes the dependency on the ink-spinner module from the package.json file in the CLI package. This is reflected in the yarn.lock file, where references to ink-spinner have been removed.
2024-06-08 02:03:56 +09:00
c46cd0b295 fix: remove ink-divider dependency
The ink-divider dependency has been removed from both the cli package.json and yarn.lock files, as it is deprecated and returning errors.
2024-06-07 20:46:51 +09:00
5ceb3d13e5 feat(cli): add @types/ink-divider dependency
The `@types/ink-divider` dependency has been added to the CLI package. This addition will provide types for the ink-divider, enhancing TypeScript support and code reliability. The yarn.lock file has been updated accordingly.
2024-06-07 20:38:06 +09:00
5e2b28954b feat(cli): add JSX support and update dependencies 2024-06-07 20:27:56 +09:00
610979f9fa fix: update repository and bugs URLs in package.json
The repository and bugs URLs in both the main package.json and the cli package.json files have been corrected. They were mistakenly pointing to the deprecated "p-sw/ui" repository, but are now correctly aiming at the "pswui/ui" repository.
2024-06-07 08:46:44 +09:00
4afa28d07b refactor(cli): remove plugin from package.json
The commit removes the unnecessary "@oclif/plugin-plugins" from the plugin list within the cli's package.json file. This refactor enhances the code cleanliness, and potentially improves the cli performance by reducing the number of plugins loaded at runtime.
2024-06-06 23:16:51 +09:00
812cbb6efc refactor(cli): remove and update dependencies
This commit removes deprecated dependencies from the CLI and updates the yarn.lock file to reflect these changes. It also adds new dependencies that are needed for the project. The dependencies removed are "@types/mocha", "ansi-colors", "browser-stdout", "camelcase", "chokidar", "cliui", "debug", "decamelize", "diff", "find-up", "flat", "glob", "he", and "is-plain-obj". The dependencies added include "@types/treeify", "cli-cursor", "emoji-regex", "is-interactive", "is-unicode-supported",
2024-06-06 22:09:13 +09:00
09a53e7d05 feat: add oclif template 2024-06-06 19:00:53 +09:00