Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishieck/material-icons-type-generator
Generate Material Icons type definition for names using Bun.
https://github.com/mishieck/material-icons-type-generator
bun material-icons script typescript-definitions
Last synced: about 11 hours ago
JSON representation
Generate Material Icons type definition for names using Bun.
- Host: GitHub
- URL: https://github.com/mishieck/material-icons-type-generator
- Owner: Mishieck
- Created: 2024-01-12T17:14:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:14:42.000Z (12 months ago)
- Last Synced: 2024-02-02T10:28:49.513Z (12 months ago)
- Topics: bun, material-icons, script, typescript-definitions
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Material Icons Type Generator
Generate TypeScript type definition for Material Icon Names. The type is
generated using bun. You can either copy the contents of the file file
(`material-icons-types.ts`) or clone the repo and run the script
`bun run index.ts` to get the latest type definitions. The script uses the
GitHub API through the library `octokit`. Therefore, you need to use an access
token.