
Import svg files to Fontello icon font project, use svg filename as glyph name. Also provide task for auto download exported css and font files into destinated folder.
Gulp-fontelloImport is an efficient tool designed for developers looking to streamline their workflow with icon fonts. By allowing users to import SVG files directly into a Fontello icon font project, it simplifies the process of creating custom icon fonts. Utilizing the SVG filename as the glyph name makes it intuitive and easy to implement, enhancing both productivity and organization.
The tool further facilitates automation by providing tasks that auto-download exported CSS and font files into a designated folder. This means less manual handling of files and a more cohesive development experience.
SVG Importing: Easily import SVG files into your Fontello project, using the SVG filename as the glyph name for quick reference.
Automated Downloads: Set up tasks that automatically download exported CSS and font files into your chosen directory, saving time and effort.
Config File Support: Utilize a config.json file obtained from the Fontello website to manage your icon fonts with ease.
CLI Arguments: Execute the script with various input parameters in CLI mode, tailoring the process to your project's specific needs.
Flexible Extraction Options: Choose between extracting full assets or just CSS styles and fonts, allowing for flexibility based on project requirements.
Gulp Integration: Seamlessly integrates with Gulp, providing robust task automation capabilities for frontend development.
NPM Compatibility: Built to work with npm, making installation and dependency management straightforward for developers.

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.