Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename CLI to sb #4345

Merged
merged 5 commits into from
Oct 10, 2018
Merged

Rename CLI to sb #4345

merged 5 commits into from
Oct 10, 2018

Commits on Oct 10, 2018

  1. Rename storybook CLI to sb to avoid conflicts with storybook NPM script

    We use "yarn storybook" everywhere and creating a CLI called "storybook" introduces a name conflict. Plus "sb" is shorter.
    shilman committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    5e38138 View commit details
    Browse the repository at this point in the history
  2. Remove start/build commands for now

    "sb start/build" should call start-storybook and build-storybook directly, rather than calling "yarn storybook". This way we can use "sb start/build" in the package.json NPM scripts and expose users to the CLI that way. For now let's remove it.
    shilman committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    29def99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60ca2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    551537b View commit details
    Browse the repository at this point in the history
  5. Fix typo

    shilman committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    79499d4 View commit details
    Browse the repository at this point in the history