Socket
Socket
Sign inDemoInstall

generator-yaver

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-yaver

yaver is simplest way scaffolding and bootstrapping your stylus based front-end stack.


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

generator-yaver NPM version Build Status Dependency Status Coverage percentage

yaver is simplest way to scaffold and bootstrap your stylus app.

Installation

First, install Yeoman and generator-yaver using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-yaver

Then generate your new project:

yo yaver

After yaver you can simply run:

gulp

And you're ready to develop your new app!

What is yaver?

Yaver means aide in Turkish, I designed it based on my daily requirements

Capabilities

Yaver uses Stylus as preprocessor, it comes with series of useful mixins and css files of chosen jquery plugins.

uses gulp as task builder and it comes with these tasks:

  • compile stylus files
  • concat, uglify javascript files
  • convert images to webp format
  • compress images
  • browser-sync

Jquery plugins you can add within cli:

Fonts:

Yaver automatically imports selected fonts in stylus

  • Font Awesome
  • Proxima Nova
  • Montserrat
  • Avenir Next
  • Museo Sans

Stylus:

  • Bootstrap 3

yaver uses bootstrap 3 stylus as predefined css framework, it's modular so you can exclude unnecessary parts.

Filetree

File Tree

Changelog


2.1.0

  • now yaver creates nice looking demo assets for js plugins, only owl carousel 2, cookie.js and viewport-buggyfills are supported for now
  • animation library add ( documentation soon )

to-do:

  • parallax.js, rellax.js, nuscroll.js, google-map.js

License

MIT © nusu alabuga

Keywords

FAQs

Last updated on 16 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc