Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bybelov/generator-vector
Custom frontend workflow generator with gulp + webpack, sass, svg, favicon, picture
https://github.com/bybelov/generator-vector
frontend gulp html nunjucks webpack workflow
Last synced: about 1 month ago
JSON representation
Custom frontend workflow generator with gulp + webpack, sass, svg, favicon, picture
- Host: GitHub
- URL: https://github.com/bybelov/generator-vector
- Owner: bybelov
- License: mit
- Created: 2018-03-02T08:35:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T21:33:47.000Z (over 4 years ago)
- Last Synced: 2024-09-28T17:04:41.945Z (about 2 months ago)
- Topics: frontend, gulp, html, nunjucks, webpack, workflow
- Language: CSS
- Size: 1.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-vector [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Yeoman generator for creating static sites (gulp, webpack, nunjucks, scss, svg and png sprites, favicon generator)## Installation
First, install [Yeoman](http://yeoman.io) and generator-vector using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-vector
```Then generate your new project:
```bash
yo vector
```![alt text](https://raw.githubusercontent.com/bybelov/generator-vector/master/preview.png "About Starter kit for creating static sites")
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Igor](https://www.facebook.com/belovby)
[npm-image]: https://badge.fury.io/js/generator-vector.svg
[npm-url]: https://npmjs.org/package/generator-vector
[travis-image]: https://travis-ci.org/bybelov/generator-vector.svg?branch=master
[travis-url]: https://travis-ci.org/bybelov/generator-vector
[daviddm-image]: https://david-dm.org/bybelov/generator-vector.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/bybelov/generator-vector
[coveralls-image]: https://coveralls.io/repos/bybelov/generator-vector/badge.svg
[coveralls-url]: https://coveralls.io/r/bybelov/generator-vector