1.1.2 • Published 7 years ago

sb-cli v1.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

sb-cli

Easiest way to add SB to your project.

Install sb-cli globally.

npm i -g sb-cli

Then go to your project and run:

sb-create

That's all you've to do.


Yarn support

sb-cli also supports yarn. If you are using yarn, this is how to use it:

yarn global add sb-cli
sb-create --use-yarn

sb-create will identify it's installed with yarn and it'll use yarn to install deps.

This is the way, if you wanna use yarn for all of your storybook projects.

If that's not the case, you can do this:

npm i -g sb-cli
getstorybook --use-yarn

For more information, refer SB documentation.

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago