0.2.7 • Published 7 years ago

generator-orkestra v0.2.7

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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.

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago