npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

generator-fanta

v0.0.6

Published

Yeoman generator

Downloads

14

Readme

generator-fanta

为yeoman专门制作的fanta饮料,为非专业前端的后端工程师准备,合理整合零碎的web前端页面,SpeedUp前端开发的速度

Getting Started

Introduction

Yeoman 框架为基础的 generator,fanta 主要的特点

样式支持

可以选择其中任一种样式语法支持

字体,这个字体可以省得找图标

编写脚本的语言支持,义无反顾的支持用 CoffeeScript 来写 JavaScript,高效,简洁,准确

模板,本框架就用 Jade 了,原因只有一个,相比其他,Jade 最简洁高效

前端模块化, 来完成前端繁琐模块划分工作,不用再各个页面引用不必要的脚本

包管理,不用把像 jQuery 和 Bootstrap 的放在代码库里面引用,通过配置来管理各种第三方 CSS 和 Javascript 库

前端自动化脚本,这个就不用多介绍了

封装的模块组件

  • Smartlist (基于 list.js )
  • SmartPaginator (基于 simplePaginator )
  • Purl (很好的原生态)
  • SmartTree (基于 jstree (填坑无数,不看文档看代码))
  • AutoComplete (基于 select2 )

###Install 安装Yeoman:

$ npm install -g yo

安装generator-fanta

$ npm install -g generator-fanta

生成fanta脚手架

$ yo fanta

License

MIT