UXPin Storybook Deployer
This is a simple CLI tool allows you to push your Storybook on UXPin.
What is UXPin storybook integration?
With UXPin storybook integration, you can use Storybook Component to design and prototype on Editor.
Requirements
- Auth token from UXPin
- Static storybook assets
Usage
- Install package as a dev dependencies
yarn add -D @uxpin/storybook-deployer
- Deploy to UXPin
npx uxpin-storybook-deployer -s path/to/storybook/ -t TOKEN
Available options
$ npx uxpin-storybook-deployer --help
Options:
-s --source <path> path to directory where storybook build locates (default: "storybook-static")
-t --token <token> auth token for the library.
-h, --help display help for command