generator-orkestra

0.2.7 • Public • Published

generator-orkestra

Yeoman generators for Orkestra Elements.

A set of generators based on Yeoman for Orkestra Elements development workflow.

-WORK IN PROGRESS-

Install

First install Yeoman globally

$ npm install -g yo
--- or ---
$ yarn global add yo

then you can install the generator

$ npm install -g generator-orkestra
--- or ---
$ yarn global add generator-orkestra

Generators

$ yo orkestra:repo

Create the file and folder structure for a new repostiory, it contains:

  • an element (based on orkestra:element generator) with the name of the repo as subfolder
  • readme and license files
  • demo page
$ yo orkestra:element

Create a Polymer (v2) Web Component written in ES2015 syntax splitted in:

  • .html file, element template
  • .js file, element class definition
  • .postcss file, element style source
  • .css file, element style compiled

License

Released under the Apache 2.0 license.

Package Sidebar

Install

npm i generator-orkestra

Weekly Downloads

1

Version

0.2.7

License

Apache-2.0

Last publish

Collaborators

  • salvatore.laisa