Releases: nekofar/gulp-fontiran
1.0.7
1.0.5
gulp-fontiran
Download purchased fonts from Fontiran
🏠 Homepage
Install
npm install --save @nekofar/gulp-fontiran
Or add this package to your package.json
file:
{
"dependencies": {
"@nekofar/gulp-fontiran": "^1.0.5"
}
}
Usage
You need to create a .env
file inside the root of your project and add FI_USER
and FI_PASS
keys, populated by your username and password.
var gulp = require('gulp');
var unzip = require('gulp-unzip');
var fontiran = require('gulp-fontiran');
gulp.task('fonts', function () {
return fontiran(['kamva', 'iran'])
.pipe(unzip())
.pipe(gulp.dest('./src/assets/fonts/'));
});
Author
👤 Milad Nekofar
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Milad Nekofar.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
1.0.4
gulp-fontiran
Download purchased fonts from Fontiran
🏠 Homepage
Install
npm install --save @nekofar/gulp-fontiran
Or add this package to your package.json
file:
{
"dependencies": {
"@nekofar/gulp-fontiran": "^1.0.3"
}
}
Usage
You need to create a .env
file inside the root of your project and add FI_USER
and FI_PASS
keys, populated by your username and password.
var gulp = require('gulp');
var unzip = require('gulp-unzip');
var fontiran = require('gulp-fontiran');
gulp.task('fonts', function () {
return fontiran(['kamva', 'iran'])
.pipe(unzip())
.pipe(gulp.dest('./src/assets/fonts/'));
});
Author
👤 Milad Nekofar
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Milad Nekofar.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
1.0.3
gulp-fontiran
Download purchased fonts from Fontiran
🏠 Homepage
Install
npm install --save gulp-fontiran
Or add this package to your package.json
file:
{
"dependencies": {
"gulp-fontiran": "^1.0.3"
}
}
Usage
You need to create a .env
file inside the root of your project and add FI_USER
and FI_PASS
keys, populated by your username and password.
var gulp = require('gulp');
var unzip = require('gulp-unzip');
var fontiran = require('gulp-fontiran');
gulp.task('fonts', function () {
return fontiran(['kamva', 'iran'])
.pipe(unzip())
.pipe(gulp.dest('./src/assets/fonts/'));
});
Author
👤 Milad Nekofar
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Milad Nekofar.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
1.0.2
Welcome to gulp-fontiran 👋
Download purchased fonts from Fontiran
🏠 Homepage
Install
npm install --save gulp-fontiran
Or add this package to your package.json
file:
"dependencies": {
"gulp-fontiran": "^1.0.2"
}
Usage
You need to create a .env
file inside the root of your project and add FI_USER
and FI_PASS
keys, populated by your username and password.
var gulp = require('gulp');
var unzip = require('gulp-unzip');
var fontiran = require('gulp-fontiran');
gulp.task('fonts', function () {
return fontiran(['kamva', 'iran'])
.pipe(unzip())
.pipe(gulp.dest('./src/assets/fonts/'));
});
Author
👤 Milad Nekofar
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Milad Nekofar.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator