Skip to content

Commit

Permalink
project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 9, 2022
1 parent 49bea18 commit 703a8f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
<!-- README START -->

# Storybook Addon Kit

Simplify the creation of Storybook addons

- 📝 Live-editing in development
- ⚛️ React/JSX support
- 📦 Transpiling and bundling with Babel
- 🏷 Plugin metadata
- 🚢 Release management with [Auto](https://github.com/intuit/auto)
- 🧺 Boilerplate and sample code
- 🛄 ESM support
- 🛂 TypeScript by default with option to eject to JS

## Getting Started

Click the **Use this template** button to get started.

![](https://user-images.githubusercontent.com/321738/125058439-8d9ef880-e0aa-11eb-9211-e6d7be812959.gif)

Clone your repository and install dependencies.

```sh
yarn
```

<!-- README END -->
# Storybook Addon Addon coverage
Tools to support code coverage in Storybook

### Development scripts

Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "storybook-addon-kit",
"name": "@storybook/addon-coverage",
"version": "0.0.0",
"description": "everything you need to build a Storybook addon",
"description": "Tools to support code coverage in Storybook",
"keywords": [
"storybook-addons"
"storybook-addons", "coverage", "test", "testing", "test-runner", "storybook-addons"
],
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook-addon-kit"
"url": "https://github.com/storybookjs/addon-coverage"
},
"author": "package-author",
"author": "Yann Braga <[email protected]>",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,7 +21,6 @@
"*.d.ts"
],
"scripts": {
"postinstall": "node scripts/welcome.js",
"clean": "rimraf ./dist",
"buildBabel": "concurrently \"yarn buildBabel:cjs\" \"yarn buildBabel:esm\"",
"buildBabel:cjs": "babel ./src -d ./dist/cjs --extensions \".js,.jsx,.ts,.tsx\"",
Expand Down Expand Up @@ -80,9 +79,9 @@
"access": "public"
},
"storybook": {
"displayName": "Addon Kit",
"displayName": "Addon coverage",
"supportedFrameworks": [
"supported-frameworks"
"react", "vue", "angular", "web-components", "ember", "html", "svelte", "preact", "react-native"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
}
Expand Down

0 comments on commit 703a8f4

Please sign in to comment.