Closed toadkicker closed 9 years ago
I decided to keep the current API for creating an element but added an optional --path
flag which you can use to specify the directory structure.
ex:
yo polymer:el x-foo --path foo/bar/baz
=> app/elements/foo/bar/baz/x-foo.html
I was just going for deriving the path from the name, but this works too =)
This addresses #110