slush-amuiwidget

1.0.7 • Public • Published

Amaze UI Slush Generator

A slush generator for Amaze UI Widget.

Installation

Install slush globally:

npm install -g slush

Install slush-amuiwidget globally:

npm install -g slush-amuiwidget

Usage

Run slush amuiwidget under Amaze UI root dir:

slush amuiwidget

You will now be prompted to give your new widget a name, which will be used in its package.json and template files.

The widget structure will look like this ({widget} will be replaced with your widget name):

{widget}/
├── HISTORY.md
├── README.md
├── package.json
└── src
     ├── {widget}.hbs               # handlerbars template
     ├── {widget}.less              # core style
     ├── {widget}.default.less      # default theme
     ├── {widget}.js                # widget interaction
     └── {widget}.png               # widget icon, 50px * 50px png file

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.7
    0
  • 1.0.6
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i slush-amuiwidget

Weekly Downloads

0

Version

1.0.7

License

MIT

Last publish

Collaborators

  • minwe