npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cdd-storybook-sy2tema

v1.0.1

Published

원티드 프리온보딩 챌린지 / 스토리북을 이용한 컴포넌트 주도 개발 (Component-Driven Development)

Downloads

1

Readme

원티드 프리온보딩 챌린지

원티드 프리온보딩 챌린지 / 스토리북을 이용한 컴포넌트 주도 개발 (Component-Driven Development)

  • https://www.wanted.co.kr/events/pre_challenge_fe_10
  • https://lean-mahogany-686.notion.site/6-125367b8270f4ea388e93d3fdac89639

개발 환경

  • React
  • Styled

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ npm i cdd-storybook-sy2tema

To install and set up the library, run:

$ yarn i cdd-storybook-sy2tema
$ pnpm i cdd-storybook-sy2tema

Usage

// App.jsx
import { Button } from 'cdd-storybook-sy2tema';

const App = () => {
    return (
        <Button label="Sample label" color="#ffff" backgroundColor="#000" />
    );
}

Docs

  • Storybook Link
    • https://sy2tema.github.io/cdd-storybook-sy2tema
  • Github Link
    • https://github.com/Sy2tema/cdd-storybook-sy2tema

Authors

License

  • MIT License

Todo

  • [ ] 1. TypeScript 전환
    • 배포 전에 빌드 과정이 바뀌는 것에 주의
  • [ ] 2. Github Action / Workflwo 작성
  • [ ] 2-1. 자동배포 트리거 시점 만들기
  • [ ] 2-2. main 배포시 Commit message보고 SEMVer → NPM Update
  • [ ] 2-3. Commit message보고 SEMVer → Release 문서 생성
  • [ ] 2-4. Storybook Page 배포
  • [ ] 3. CJS, ESM별로 어떤 빌드 방법을 가지맂 최적화

최종 목표 Workflow

  • Git commit → 배포 시점 트리거 → NPM Update → Release문서 생성 → Storybook Page 배포

  • Figma 수정 → JSON 생성 → 디자인 토큰 생성 → Github Action Trigger → 저장소에서 사용 가능

  • Storybook 커스텀