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
- Host: GitHub
- URL: https://github.com/etd-framework/etdfabuilder
- Owner: etd-framework
- License: apache-2.0
- Created: 2018-03-27T09:42:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T16:28:13.000Z (about 8 years ago)
- Last Synced: 2025-02-15T09:33:11.813Z (over 1 year ago)
- Topics: build-tool, custom, fontawesome, fontawesome5, nodejs, npm-package, yarn-packages
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```