0.7.3 • Published 2 years ago

@medly/create-component v0.7.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

⚛️ Create React component

An application for generating simple react component.

Getting started

Package ManagerCommand
NPMnpm init @medly/component
Yarnyarn create @medly/component
PNPMpnpx @medly/create-component

Then follow the prompts or you can run command yarn create @medly/component <project-name> [options] with below options.

Options

FlagsDescriptionChoicesDefault
-V, --versionoutput the version number
-o, --org <org>name of the organization
-r, --registry <registry>registry to publish the modulenpm, githubnpm
-p, --package-manager <package-manager>package managernpm, yarn, pnpmyarn
-a, --access <access>access level of the componentpublic, restrictedpublic
-i, --interactiveshow interactive questionnaire
-h, --helpdisplay help for command

Features

It sets up below things:

  1. storybook for documentation.
  2. babel to transpile the code.
  3. rollup to bundle the code.
  4. jest to write unit tests.
  5. prettier to automatically format the code.
  6. eslint to catch the error.
  7. @medly-components with theme.
  8. commitizen & commitlint to optimize your commit message.
  9. github workflow to automatically publish the package on PR merge`.
  10. github workflow to automatically publish the documentation on github pages on PR merge`.
  11. semantic-release to bump the version and update the CHANGELOG.
0.7.3

2 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago