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

feat: add cli script to create component easier[SF-947] #194

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

andy00614
Copy link

Atomic component design is a good design pattern, so we need to create more components.

Each component includes four files: a story file, a test file, an export file, and the component file itself. Every time we create a new component, we have to write the same initial code, and doing this manually by copy-pasting is troublesome.

Therefore, a better approach would be to use an automatic script(cli), which would make the process more efficient and consistent.

image image

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

Merging #194 (cc6d8c0) into develop (a3c4595) will not change coverage.
Report is 6 commits behind head on develop.
The diff coverage is 16.66%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #194   +/-   ##
========================================
  Coverage    31.98%   31.98%           
========================================
  Files           18       18           
  Lines          666      666           
  Branches       189      189           
========================================
  Hits           213      213           
  Misses         453      453           
Flag Coverage Δ
sf-client 28.75% <16.66%> (ø)
sf-core 96.07% <ø> (ø)
sf-graph-client 8.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
packages/sf-client/src/secured-finance-client.ts 18.69% <16.66%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f697b48...cc6d8c0. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant