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: 7 months ago
JSON representation

Generate Material Icons type definition for names using Bun.

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.