An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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