https://github.com/green-coder/phosphor-icons-to-edn
https://github.com/green-coder/phosphor-icons-to-edn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/green-coder/phosphor-icons-to-edn
- Owner: green-coder
- License: epl-2.0
- Created: 2025-09-06T15:46:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T22:10:19.000Z (2 months ago)
- Last Synced: 2025-09-07T00:12:15.181Z (2 months ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phosphor Icons to EDN
A ClojureScript/Node project for exporting the Phosphor Icons to EDN for Clojure(script) consumption.
The project is extracting the icons' SVG and their metadata directly from the npm package `@phosphor-icons/core`.
Update the version in `package.json` to export the latest icons.
## Run the export
In this project's folder:
```bash
npm install
npm run build
node out/main.js
```
## Similar projects
- [Phosphor icons as Hiccup](https://github.com/cjohansen/phosphor-clj) by Christian Johansen.
## License
This project is distributed under the Eclipse Public License v2.0.
Copyright (c) Vincent Cantin and contributors.