New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-kissy-gallery

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-kissy-gallery

kissy gallery generator

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

a yeoman generator for kissy-gallery

install

安装yeoman

npm install yo -g

安装Generator

第一步:安装generator

git clone git@github.com:neekey/generator-kissy-gallery.git
cd generator-kissy-gallery
npm link

第二步:手动创建个gallery目录(已经有了,就不需要)

mkdir gallery
cd gallery

第三步:执行如下命令

yo kissy-gallery # 初始化组件

就会生成组件目录了。

cd 组件目录
yo kissy-gallery:version

用于生成新的版本目录

打包组件

先加载grunt依赖

cd 组件目录
npm install

然后执行

grunt

Keywords

FAQs

Package last updated on 28 Apr 2013

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc