kryptokinght/react-extension-boilerplate

Build a CLI tool to input information and create the extension interactively.

kryptokinght opened this issue ยท 1 comments

Cloning the extension brings in a lot of unnecessary features to the user who are only deciding to build a very simple extension with suppose only background page.
Provide options for the addition of only those features which the user requires.
The CLI tool will contain:

  • Information about the extension like name of extension, descriptions,
  • Options to add popup feature, sidebar feature, background feature.
  • Do they want to install libraries like Jest, Enzyme, ESLint, React-storybook
    Something on the lines of Yeoman CLI or create-react-app CLI tools.