https://github.com/julienetie/make-web-icons
Generate modern web icons (WIP)
https://github.com/julienetie/make-web-icons
Last synced: 2 months ago
JSON representation
Generate modern web icons (WIP)
- Host: GitHub
- URL: https://github.com/julienetie/make-web-icons
- Owner: julienetie
- Created: 2024-04-28T07:33:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:04:21.000Z (about 1 year ago)
- Last Synced: 2025-02-08T21:45:42.848Z (4 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - julienetie/make-web-icons - Generate modern web icons (WIP) (JavaScript)
README
# Make Web Icons
A simple repository to generate the necessary icons for modern web applications.
### Step 1
Clone:
`git clone [email protected]:julienetie/make-web-icons.git`
Install:
`npm i`### Step 2
Place your website's SVG logo or icon in `./app-icons`. Rename if necessary as it will be used as the folder name in the distribution file.### Step 3
Run `npm run setup` or `npm i && chmod +x make-web-icons.sh && . make-web-icons.sh`### Step 4
Use the make-icons function in bash:
`make-icons ./app-icons/my-icon.svg`MIT (C) Julien Etienne 2024