If you are reporting a bug or requesting support, start here:
Hello, I propose to do Node API.
Like a webpack
const Storybook = require('storybook')
const storybookInstance = new Storybook(config)
And then we can load/unload dynamically other packages and other features. For example, we have monorepo and we want to manually specify which folder to load
That's nice. I even have a few stashed changes toward this =)
@Keraito, does this issue somehow collides with your work on CLI ?
Also we can add html template config, without create html file
@igor-dv currently not as the CLI is basically just running terminal commands on the background 馃槄 Having this kind of API to do it codewise would be cool tho for both the CLI and what is suggested here.
Most helpful comment
That's nice. I even have a few stashed changes toward this =)