Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ FTR in its current state is highly experimental. Please don't use the figma plug

## TL;DR

1. Use the cli to scrape an existing dev or prod storybook for stories. You get a json as output.
2. Use the figma plugin to import the json and select the components you want to import.
1. Use the cli `ftr-cli-scraper` to scrape an existing dev or prod storybook for stories. You get a json as output.
2. Use the figma plugin `ftr-figma-plugin` to import the json and select the components you want to import.

## Current Landscape

Expand Down
4 changes: 3 additions & 1 deletion ftr-cli-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ If you installed it you can omit the `npx`, yay.

## Authors

[Shremp](till@eightdaysaweek.cc)
[Alec Hale-Pletka](https://github.com/alechp)
[RokoTechnologies](https://github.com/RokoTechnology)
[Till Hinrichs](https://github.com/tizzle)

## Version History

Expand Down
4 changes: 3 additions & 1 deletion ftr-figma-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ This plugin uses the json file that was exported using `ftr-cli` and allows you

## Authors

[Shremp](till@eightdaysaweek.cc)
[Alec Hale-Pletka](https://github.com/alechp)
[RokoTechnologies](https://github.com/RokoTechnology)
[Till Hinrichs](https://github.com/tizzle)

## Version History

Expand Down