microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
25 stars 27 forks source link

feature(nx-plugin): introduce a react library `generator` #93

Open bsunderhus opened 5 months ago

bsunderhus commented 5 months ago

Some of the logic that are present on the configure-storybook generator should belong on a generator of their own exclusively for react libraries

https://github.com/microsoft/fluentui-contrib/pull/90#discussion_r1473175761

Hotell commented 5 months ago

to provide more context:

right now we have library generator that bootstrap raw npm package

we need react and node, which will bootstrap npm packages for their particular scopes.

Example: when using react it will ask if user wants to setup storybook, it will add babel configs that are now added by storybook generator etc