1.1.3 • Published 7 years ago

polyel v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Polyel

Simple Polymer Element + Demo Generator

Description

Polyel is a command utility to generate Polymer (1.x) files on the fly. The tool creates both element and demo files for each element specified.

Prerequisites

Polyel will try to store a demo file inside a 'demo' directory, relative to your output path. Currently, the script will fail to complete when the demo directory is not present in your file system.

Example usage

Create an element file and a demo file

polyel --el my-element

Create files for multiple elements at once

polyel --el 'element-one, element-two, element-three'

Specify output path

By default, the current working directory is used as output path. Use the out property to specify a different one.

polyel --el my-element --out ~/Desktop/my-element-folder

Installation

Before installation, make sure that node and npm are installed on your device.

npm install polyel -g

License

(The MIT License)

Copyright (c) 2017 Wouter Vroege

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago