Socket
Socket
Sign inDemoInstall

generator-zorro

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-zorro

A yeoman generator which help you create [Zorro](https://github.com/zorro-html/zorro) component easily.


Version published
Weekly downloads
5
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

generator-zorro

A yeoman generator which help you create Zorro component easily.

Installation

  • npm install -g yo
  • npm install -g generator-zorro

Usage

  • mkdir z-foo
  • yo zorro and confirm your component name (z-foo)
  • That's it!

Zorro Component Dev

init

  • npm install -g bower
  • npm install
  • bower install

Dev

  • modify package.json just like author, lisence ...
  • write bower deps on other components (if has)
  • write z-foo.html (both doc comment, sample comment and code)
  • write test case in test folder
  • run gulp to lint and build README.md automatically

Depoly

  • generate semver tag
  • push into your own repo
  • create an issue here to tell us

Keywords

FAQs

Package last updated on 24 May 2015

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