Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Releases: nekofar/gulp-fontiran

1.0.7

09 Sep 05:35
Compare
Choose a tag to compare

1.0.5

23 Jun 07:22
fa54c28
Compare
Choose a tag to compare

gulp-fontiran

Build Status
Packages
Documentation
Maintenance
License: MIT

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

22 Jun 12:16
3b390f7
Compare
Choose a tag to compare

gulp-fontiran

Documentation Maintenance License: MIT

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

20 Jun 18:57
679956a
Compare
Choose a tag to compare

gulp-fontiran

Documentation Maintenance License: MIT

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

20 Jun 18:41
679956a
Compare
Choose a tag to compare

Welcome to gulp-fontiran 👋

Documentation Maintenance License: MIT

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