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

https://github.com/etd-framework/etdfabuilder

FontAwesome custom package builder
https://github.com/etd-framework/etdfabuilder

build-tool custom fontawesome fontawesome5 nodejs npm-package yarn-packages

Last synced: 4 months ago
JSON representation

FontAwesome custom package builder

Awesome Lists containing this project

README

          

# etdfabuilder

Library to create custom build of FontAwesome 5.0

Add as dev dependencies :

```json
{
"devDependencies": {
"etdfabuilder": "git+ssh://git@github.com:etd-framework/etdfabuilder.git#0.0.4"
}
}
```

```bash
yarn install
```

To choose the icons to include in your bundle, add the following to `package.json` :

```json
{
"etdfabuilder": {
"free-brands": [
"facebook",
"github",
"viadeo",
"linkedin"
],
"pro-regular": [
"archive"
]
}
}
```

## CLI

```bash
etdfabuilder --output my-bundle.js
```