Name | Publishable | Version |
---|---|---|
create-chakra-icons | ✅ | |
@tooling/tsconfig | ❌ | |
@tooling/msrconfig | ❌ | |
@chakra-icons/cli | ✅ | |
@chakra-icons/bootstrap | ✅ | |
@chakra-icons/flat-icon | ✅ | |
@chakra-icons/octicons | ✅ | |
@chakra-icons/tabler-icons | ✅ | |
@chakra-icons/carbon | ✅ | |
@chakra-icons/typicons | ✅ | |
@chakra-icons/feather | ✅ |
Feel free for:
- Create Issue, Request Features, & send a pull request.
- clone this repo
git clone https://github.com/kodingdotninja/chakra-icons.git
- go to the project directory
cd chakra-icons
- install dependencies
yarn | yarn install
- make a new package
yarn plop
- fill the blank of prompts
repository url : [link repo] e.g (https://github.com/twbs/icons)
path of svg icons : [the name of folder where the svg is stored] e.g (icons)
projects name : [name new package] e.g (bootstrap)
-
when success generated new package, the package listed in ./packages/@chakra-icons
-
build the new package
yarn build
- if the process build success and no issue, then you can make a new PRs