react-storybook-addon-chapters

v2.1.5
React Storybook Chapters addon allows showcasing of multiple components within a story by breaking it down into smaller categories (chapters) and subcategories (sections) for more organizational goodness.

prepublish

. ./.scripts/prepublish.sh

lint

eslint src

lintfix

eslint src --fix

testonly

mocha --require .scripts/mocha_runner src/**/tests/**/*.js

test

npm run lint && npm run testonly

test-watch

npm run testonly -- --watch --watch-extensions js

start

npm run storybook

storybook

start-storybook -p 9011

publish-storybook

bash .scripts/publish_storybook.sh

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/25/2018

Downloads