biotope / biotope-generator

A file generator for the biotope project written with plop
7 stars 2 forks source link

Add generator for pre. web components #12

Open SheepFromHeaven opened 6 years ago

SheepFromHeaven commented 6 years ago

It would be great to also have a generator for older biotope components.

@timomayer what are the standard files for these components.

timomayer commented 6 years ago

yes ... thats the question ;) i ll prepare something!

SheepFromHeaven commented 5 years ago

@timomayer still waiting ;)

jurekbarth commented 5 years ago

@SheepFromHeaven i would suggest something like that:

componentName.hbs
componentName.scss
ts/componentName.ts --> i would change that to index.ts though, with the new resourceloader that should still be easy to debug. 
scaffolding/componentName.hbs

What do you think about that @timomayer?

timomayer commented 5 years ago

for the "old" components i prefer to use componentName.ts cause we used that in all existing projects and now using a different naming schema when biotope v5 is nearly eol does not feel that good. what do you think?