From f734a4c790bb0ef7599ac36f2168420a558bac84 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 7 Mar 2018 03:13:07 -0500 Subject: [PATCH] . --- packages/create-freesewing-pattern/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/create-freesewing-pattern/README.md b/packages/create-freesewing-pattern/README.md index d4d7afab785..334d631bd08 100644 --- a/packages/create-freesewing-pattern/README.md +++ b/packages/create-freesewing-pattern/README.md @@ -9,9 +9,10 @@ **The purpose of this CLI is to make publishing your own React components as simple as possible.**

- +

+ The CLI is based on this [boilerplate](https://github.com/transitive-bullshit/react-modern-library-boilerplate), which you can optionally read in-depth about [here](https://hackernoon.com/publishing-baller-react-modules-2b039d84bce7). ## Features @@ -51,7 +52,7 @@ Answer some basic prompts about your module, and then the CLI will perform the f At this point, your new module should resemble this screenshot and is all setup for local development.

- +

## Development