Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unify command-line option parser of all packages #1757

Open
tasshi-me opened this issue Sep 30, 2022 · 0 comments
Open

unify command-line option parser of all packages #1757

tasshi-me opened this issue Sep 30, 2022 · 0 comments
Labels
pkg: create-plugin @kintone/create-plugin pkg: customize-uploader @kintone/customize-uploader pkg: data-loader @kintone/data-loader pkg: dts-gen @kintone/dts-gen pkg: plugin-packer @kintone/plugin-packer pkg: plugin-uploader @kintone/plugin-uploader

Comments

@tasshi-me
Copy link
Member

tasshi-me commented Sep 30, 2022

Package

  • @kintone/create-plugin
  • @kintone/customize-uploader
  • @kintone/dts-gen
  • @kintone/plugin-packer
  • @kintone/plugin-uploader
  • @kintone/rest-api-client-demo
  • @kintone/data-loader

Why

In js-sdk, we use different command-line option parsers on each package.

package command-line option parser interactive interface
create-plugin meow inquirer
customize-uploader meow inquirer
dts-gen commander N/A
plugin-packer full-scrach N/A
plugin-uploader meow inquirer
rest-api-client-demo yargs N/A
data-loader yargs N/A

What

unify command-line option parser

@tasshi-me tasshi-me added pkg: customize-uploader @kintone/customize-uploader pkg: dts-gen @kintone/dts-gen pkg: plugin-uploader @kintone/plugin-uploader pkg: create-plugin @kintone/create-plugin pkg: plugin-packer @kintone/plugin-packer pkg: data-loader @kintone/data-loader labels Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: create-plugin @kintone/create-plugin pkg: customize-uploader @kintone/customize-uploader pkg: data-loader @kintone/data-loader pkg: dts-gen @kintone/dts-gen pkg: plugin-packer @kintone/plugin-packer pkg: plugin-uploader @kintone/plugin-uploader
Projects
None yet
Development

No branches or pull requests

1 participant