create-bento
v3.0.1
Published
Bootstrap your react libraries with typescript and storybook
Downloads
3
Readme
Create Bento
create-bento
is a simple, somewhat opinionated way to bootstrap a react library built with Typescript and Storybook. If you'd rather not use storybook or if you prefer regular javascript, I'd recommend using create-react-library.
Usage
Create a new library using the following command:
yarn create bento my-project-name
And then follow the provided instructions to get started working on your library.