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 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-nuclear

v1.2.7

Published

这是一个全能的脚手架,比官方更强大!装一个就够了~

Downloads

7

Readme

Generator-nuclear

这是一个全能的脚手架,比官方更强大!装一个就够了~

多语言支持,css双预编译器支持{less;sass},默认引入normalize(css-reset)

npm version Built with Grunt

1.安装

1.1 环境配置
  • 1、基础环境:node、git、yeoman、grunt-cli、bower
1.2 安装
  • 1、 npm install -g yo

  • 2、 npm install -g generator-nuclear

  • 3、 yo nuclear [app's name] or yo nuclear [app's name] --coffee (coffee支持)

  • 4、 根具提示配置你的项目

  • 5、 npm install

  • 6、 grunt server

2.备注

  • 项目跟进中,边用边改

3.涉及技能

  • yeoman
  • node
  • grunt

4.缺陷

  • 单元测试模块尚未重写

5.PR说明

  • 欢迎各种PR
  • 提交代码一定要说清楚修改哦~

6.下阶段开发计划

  • 重写官方的test单元
  • 可选多种开发环境(1.PC端的;2.移动端的)
  • 可选多种架构环境(1.基于angularjs的MVC;2.等)
  • jade 模板支持
  • gulp 脚本支持
  • js模式支持(amd&cmd)
  • ~~考虑恢复sass支持,提供less&sass双预编译器支持~~(目前提供双编译器支持,以及不实用编译器选项)
  • ~~可选多种工作方式(1.前后端完全分离;2.配合后台的模板编写)~~(目前支持自动替换模板的资源基质路径)
  • ~~加入多语言支持~~ (目前支持中文简体、中文繁体、英文;根据运行平台语言自动选择)

7.更新说明

V1.2.7(2015-07-01)
  • 增加繁体中文
  • 可选是否构建模板
  • 恢复 sass 支持
V1.2.2(2015-06-29)
  • 修正了win下路径出错导致无法解析json的问题
V1.2.1(2015-06-29)
  • 支持多语言(中文、英文),根据运行平台语言自动选择
V1.1.0(2015-06-28)
  • 发布至NPM,可直接使用名称安装
V1.1.0(2015-06-23)
  • 项目更名 generator-web -> generator-nuclear
V1.0.0(2015-06-23)
  • 第一版可用版本发布