From c4f9fcfb4dd1df446dc8c6c43bad974a1b10a15e Mon Sep 17 00:00:00 2001 From: Till Hinrichs Date: Sun, 27 Nov 2022 17:48:03 +0100 Subject: [PATCH 1/2] updated readme in root folder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c10009..75d01e2 100644 --- a/README.md +++ b/README.md @@ -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 From d71e0e116a9be723b76f4ab2d535722b2fe92f68 Mon Sep 17 00:00:00 2001 From: Till Hinrichs Date: Sun, 27 Nov 2022 17:53:21 +0100 Subject: [PATCH 2/2] added authors to readmes --- ftr-cli-scraper/README.md | 4 +++- ftr-figma-plugin/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ftr-cli-scraper/README.md b/ftr-cli-scraper/README.md index 5dc265a..6c5f5e5 100644 --- a/ftr-cli-scraper/README.md +++ b/ftr-cli-scraper/README.md @@ -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 diff --git a/ftr-figma-plugin/README.md b/ftr-figma-plugin/README.md index 9cd7e15..2fc0bcd 100644 --- a/ftr-figma-plugin/README.md +++ b/ftr-figma-plugin/README.md @@ -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