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

kissy-pp

v0.4.30

Published

build front project

Downloads

34

Readme

Kissy Pie (ki)

build status

她是什么?

KissyPie 是面向前端的自动化开发环境。

  • 能帮助你初始化,检查,打包,压缩你的应用的前端代码(包括css, js, less);
  • 基于一套目录结构约定, 特点是:
    • 模块化(Kissy Module Compile, Css-Combo, Less 的引入, 提供高度模块化支持)
    • 可括展性 (将应用拆分为Page, 方便应用的扩展)
    • 适度灵活 (Common目录可直接引用)
    • 可复用, 应用的 Utils目录 提供跨Page的代码可复用, CommonLib 提供跨应用的代码复用
    • 安全性,发布基于时间戳目录提供了与后端的解耦, 以Page为单位可隔离风险。
  • 友好的交互界面,支持命令行及图形界面

适用场景

  • 基于 kissy1.2+ 的新项目或新应用
  • 将你的老应用迁移至 Kissy Pie

安装 Kissy Pie

方式一: 通过 npm 安装

  1. 首先安装或升级 Node.js ( 0.8.x) http://nodejs.org/
  2. 命令行执行 npm install kissy-pie -g 安装

方式二: 通过源码安装

  1. 检出代码库 git checkout https://github.com/maxbbn/front-build.git
  2. cd front-build
  3. npm link

更新 Kissy Pie

  1. npm update kissy-pie -g
  2. done!

快速开始使用

如果第一次使用, 应先初始化你的目录: 进入你应用的 Assets目录, 执行命令 ki init

命令行执行 ki web 可打开可视化界面

 应用视图

 Page视图

帮助文档

相关资料

依赖

  • css-combo https://github.com/daxingplay/css-combo
  • iconv-lite https://github.com/ashtuchkin/iconv-lite
  • tbuild https://github.com/czy88840616/tbuild
  • less.js http://lesscss.org
  • clean-css https://github.com/GoalSmashers/clean-css
  • uglifyjs https://github.com/mishoo/UglifyJS
  • csslint http://csslint.net
  • expressjs http://expressjs.org

兼容性

  • node 0.8.x +
  • window xp +
  • OSX 10.7 +