create-bento

Bootstrap your react libraries with typescript and storybook

Usage no npm install needed!

<script type="module">
  import createBento from 'https://cdn.skypack.dev/create-bento';
</script>

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.