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

@seed-design/icon-deprecated

v0.2.1

Published

현재 이 패키지는 더 이상 사용되지 않습니다. 자세한 맥락은 [seed-icon](https://github.com/daangn/seed-icon) 레포에서 확인할 수 있습니다.

Downloads

3

Readme

THIS PACKAGE IS DEPRECATED

현재 이 패키지는 더 이상 사용되지 않습니다. 자세한 맥락은 seed-icon 레포에서 확인할 수 있습니다.

@seed-design/icon (deprecated)

설치하기

@seed-design/icon는 seed icon 생성을 위한 커맨드라인 도구입니다.

npm install --dev @seed-design/icon

# or

yarn add -D @seed-design/icon

사용 방법

단 두 가지 명령어로 seed icon을 생성할 수 있습니다.

init (초기화)

init 명령어는 seed icon 생성을 위한 기본 폴더 구조를 생성합니다. 해당 명령어를 입력하면 icon.config.yml 설정 파일이 생성됩니다.

# npm
npm run seed-icon init

# yarn
yarn seed-icon init

generate (생성하기)

generate 명령어는 생성된 icon.config.yml 설정 파일 아이콘에 필요한 파일들을 생성합니다. 생성되는 파일은 아이콘 컴포넌트아이콘 데이터 파일입니다.

# npm
npm run seed-icon generate
npm run seed-icon gen

# yarn
yarn seed-icon generate
yarn seed-icon gen

etc (기타)

  • help
  • version

Config 파일 옵션

icon.config.yml 설정 파일은 아래와 같은 옵션을 가집니다.

| Option | Description | Default | | --------------- | -------------------------------------------------------------- | --------------------------------------------------------------------- | | icons | 위 피그마 파일에서 사용되는 아이콘 이름을 추가해주세요. | [icon_add_circle_fill, icon_add_circle_regular, icon_add_circle_thin] | | componentPath | 아이콘 컴포넌트가 저장될 경로입니다. 프로젝트 루트 기준입니다. | src/components/SeedIcon.tsx |