Gathering detailed insights and metrics for create-chakra-icons
Gathering detailed insights and metrics for create-chakra-icons
Gathering detailed insights and metrics for create-chakra-icons
Gathering detailed insights and metrics for create-chakra-icons
@chakra-icons/cli
a tooling for manage everything in @chakra-icons
@nexite/create-chakra-icons
<p align="center"> <label style="font-weight:bold;font-size:200%">Transform SVG to React Chakra UI <Icon \/> ✨ </label> <br/><label style="font-weight:bold;font-size:small;font-style:italic">from SVG file to CODE</label> <br/> <br/> <img src="ht
cra-template-feras
My personal Create React App template with chakra-ui, eslint, prettier, framer-motion, i18next, react-icons, and react-hook-form.
react-datatable3
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
npm install create-chakra-icons
Typescript
Module System
Node Version
NPM Version
create-chakra-icons@1.3.0
Updated on Sep 12, 2023
@chakra-icons/tabler-icons@1.29.0
Updated on Aug 07, 2023
@chakra-icons/octicons@1.18.0
Updated on Aug 07, 2023
@chakra-icons/tabler-icons@1.28.0
Updated on Jul 27, 2023
@chakra-icons/tabler-icons@1.27.0
Updated on Jul 03, 2023
@chakra-icons/tabler-icons@1.26.0
Updated on Jul 02, 2023
JavaScript (54.86%)
TypeScript (44.74%)
Shell (0.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
99 Stars
499 Commits
10 Forks
3 Watchers
8 Branches
10 Contributors
Updated on Sep 19, 2024
Latest Version
1.3.0
Package Id
create-chakra-icons@1.3.0
Unpacked Size
24.89 kB
Size
7.05 kB
File Count
9
NPM Version
8.19.4
Node Version
18.17.1
Published on
Sep 12, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
<SVG/>
to Chakra-UI Icon
Component or Functional createIcon(...)
.
directories
or files
as input value for option -i
or --input
.<Icon />
.1create-chakra-icons [FLAGS] [OPTIONS] [INPUT]
1-h, --help Prints help information 2-V, --version Prints version information
1-i, --input <PATH> This option for read the input from PATH of FILE or DIRECTORIES. 2 [e.g.: -i some/path , -i file.svg] 3-o, --output <PATH> Writes the output. [default: stdout] 4-n, --name <STRING> Sets value for `displayName` properties 5 (*ONLY for pipelines command). [default: Unamed] [e.g. -n "MyIcon"] 6-C, --case <snake|camel|constant|pascal> 7 Sets for case [snake|camel|constant|pascal] in export named declaration 8 output. [default: pascal] 9-S, --suffix <STRING> Sets for suffix in export named declaration. 10-P, --prefix <STRING> Sets for prefix in export named declaration. 11 [e.g.: -S "Icon"] 12--ts, --typescript Sets output as TypeScript code. 13 14-T, --type <TYPE> TYPE: 15 (F|f). Sets output code with function \`createIcon({...})\`. 16 (C|c). Sets output code with Component Icon \`(props) => <Icon> {...} </Icon>\`. 17 18 [e.g.: -T C] 19
1[INPUT] This option for read the input from PATH of FILE or DIRECTORIES. 2 [e.g.: create-chakra-icons ./MyICON.svg ~/assets]
1echo " 2<svg viewBox=\"0 0 200 200\"> 3 <path 4 fill=\"#666\" 5 d=\"M 100, 100 m -75, 0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0\" 6 /> 7 </svg> 8" | create-chakra-icons -n "KodingNinjaIcon"
1import { createIcon } from "@chakra-ui/react"; 2export const KodingNinjaIcon = createIcon({ 3 displayName: "KodingNinjaIcon", 4 viewBox: "0 0 200 200", 5 d: "M 100, 100 m -75, 0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0", 6});
per-file
1create-chakra-icons -o Icons.js ./Facebook.svg ./Apple.svg ./Amazon.svg ./Netflix.svg ./Google.svg
directories
1create-chakra-icons -o Icons.js ./social-icons
directories and per-file
at the same time1create-chakra-icons -o Icons.js ./MyCompany.svg ./social-icons
Icons.js
(argument -o
or --output
).<Icon />
component See.Feel free for making an issue, pull request, or give any feedback. 🙌
comments
in lib/*.js
.yarn docs
in the root repository.yarn docs
will modify README.md
and see the changes.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/23 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
14 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More