1
0
Fork 0

chore: Updated README templates

This commit is contained in:
joostdecock 2024-02-04 10:52:16 +01:00
parent 02c619d84c
commit add96a0ee2
87 changed files with 2214 additions and 616 deletions

View file

@ -108,12 +108,8 @@ yarn kickstart
**Official channels** **Official channels**
- 💻 Makers website: [FreeSewing.org](https://freesewing.org) - 🪡 Makers website: [FreeSewing.org](https://freesewing.org)
- 💻 Developers website: [FreeSewing.dev](https://freesewing.dev) - 💻 Developers website: [FreeSewing.dev](https://freesewing.dev)
- ✅ [Support](https://github.com/freesewing/freesewing/issues/new/choose),
[Issues](https://github.com/freesewing/freesewing/issues) &
[Discussions](https://github.com/freesewing/freesewing/discussions) on
[GitHub](https://github.com/freesewing/freesewing)
**Social media** **Social media**
@ -126,11 +122,6 @@ yarn kickstart
- 💬 [Facebook](https://www.facebook.com/groups/627769821272714/) - 💬 [Facebook](https://www.facebook.com/groups/627769821272714/)
- 💬 [Reddit](https://www.reddit.com/r/freesewing/) - 💬 [Reddit](https://www.reddit.com/r/freesewing/)
## License: MIT 🤓
© [Joost De Cock](https://github.com/joostdecock).
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
## Where to get help 🤯 ## Where to get help 🤯
Check our [support page](https://freesewing.org/support), or use Check our [support page](https://freesewing.org/support), or use
@ -138,6 +129,10 @@ the [Issues](https://github.com/freesewing/freesewing/issues) &
[Discussions](https://github.com/freesewing/freesewing/discussions) on [Discussions](https://github.com/freesewing/freesewing/discussions) on
[GitHub](https://github.com/freesewing/freesewing). [GitHub](https://github.com/freesewing/freesewing).
## License: MIT 🤓
© [Joost De Cock](https://github.com/joostdecock).
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
## Contributors ✨ ## Contributors ✨

View file

@ -1,6 +1,10 @@
Unreleased: Unreleased:
Added: Added:
limina:
- Initial release
limira:
- Initial release
plugin-annotations: plugin-annotations:
- The `title` macro now takes a `notes` and `classes.notes` as its config, allowing you to add notes - The `title` macro now takes a `notes` and `classes.notes` as its config, allowing you to add notes
- The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes - The `classes.cutlist` config is removed from the title plugin, cutlist info is now included as notes

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
{{{badges}}} {{{badges}}}
# {{{fullname}}} # {{{fullname}}}
@ -7,6 +6,15 @@
{{{info}}} {{{info}}}
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -20,6 +28,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -44,7 +53,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -55,12 +64,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -108,12 +108,8 @@ yarn kickstart
**Official channels** **Official channels**
- 💻 Makers website: [FreeSewing.org](https://freesewing.org) - 🪡 Makers website: [FreeSewing.org](https://freesewing.org)
- 💻 Developers website: [FreeSewing.dev](https://freesewing.dev) - 💻 Developers website: [FreeSewing.dev](https://freesewing.dev)
- ✅ [Support](https://github.com/freesewing/freesewing/issues/new/choose),
[Issues](https://github.com/freesewing/freesewing/issues) &
[Discussions](https://github.com/freesewing/freesewing/discussions) on
[GitHub](https://github.com/freesewing/freesewing)
**Social media** **Social media**
@ -126,11 +122,6 @@ yarn kickstart
- 💬 [Facebook](https://www.facebook.com/groups/627769821272714/) - 💬 [Facebook](https://www.facebook.com/groups/627769821272714/)
- 💬 [Reddit](https://www.reddit.com/r/freesewing/) - 💬 [Reddit](https://www.reddit.com/r/freesewing/)
## License: MIT 🤓
© [Joost De Cock](https://github.com/joostdecock).
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
## Where to get help 🤯 ## Where to get help 🤯
Check our [support page](https://freesewing.org/support), or use Check our [support page](https://freesewing.org/support), or use
@ -138,3 +129,7 @@ the [Issues](https://github.com/freesewing/freesewing/issues) &
[Discussions](https://github.com/freesewing/freesewing/discussions) on [Discussions](https://github.com/freesewing/freesewing/discussions) on
[GitHub](https://github.com/freesewing/freesewing). [GitHub](https://github.com/freesewing/freesewing).
## License: MIT 🤓
© [Joost De Cock](https://github.com/joostdecock).
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/aaron" href="https://www.npmjs.com/package/@freesewing/aaron"
title="@freesewing/aaron on NPM" title="@freesewing/aaron on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a A-shirt or tank top
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/albert" href="https://www.npmjs.com/package/@freesewing/albert"
title="@freesewing/albert on NPM" title="@freesewing/albert on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for an apron
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bee" href="https://www.npmjs.com/package/@freesewing/bee"
title="@freesewing/bee on NPM" title="@freesewing/bee on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a bikini top
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bella" href="https://www.npmjs.com/package/@freesewing/bella"
title="@freesewing/bella on NPM" title="@freesewing/bella on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a womenswear bodice block
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/benjamin" href="https://www.npmjs.com/package/@freesewing/benjamin"
title="@freesewing/benjamin on NPM" title="@freesewing/benjamin on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a bow tie
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bent" href="https://www.npmjs.com/package/@freesewing/bent"
title="@freesewing/bent on NPM" title="@freesewing/bent on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a menswear body block with a two-part sleeve
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bob" href="https://www.npmjs.com/package/@freesewing/bob"
title="@freesewing/bob on NPM" title="@freesewing/bob on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a bib
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/breanna" href="https://www.npmjs.com/package/@freesewing/breanna"
title="@freesewing/breanna on NPM" title="@freesewing/breanna on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a basic body block for womenswear
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/brian" href="https://www.npmjs.com/package/@freesewing/brian"
title="@freesewing/brian on NPM" title="@freesewing/brian on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a basic body block for menswear
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bruce" href="https://www.npmjs.com/package/@freesewing/bruce"
title="@freesewing/bruce on NPM" title="@freesewing/bruce on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for boxer briefs
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/carlita" href="https://www.npmjs.com/package/@freesewing/carlita"
title="@freesewing/carlita on NPM" title="@freesewing/carlita on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/carlton" href="https://www.npmjs.com/package/@freesewing/carlton"
title="@freesewing/carlton on NPM" title="@freesewing/carlton on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/cathrin" href="https://www.npmjs.com/package/@freesewing/cathrin"
title="@freesewing/cathrin on NPM" title="@freesewing/cathrin on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a underbust corset &#x2F; waist trainer
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/charlie" href="https://www.npmjs.com/package/@freesewing/charlie"
title="@freesewing/charlie on NPM" title="@freesewing/charlie on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for chino trousers
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/cornelius" href="https://www.npmjs.com/package/@freesewing/cornelius"
title="@freesewing/cornelius on NPM" title="@freesewing/cornelius on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for cycling breeches, based on the Keystone drafting system
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/diana" href="https://www.npmjs.com/package/@freesewing/diana"
title="@freesewing/diana on NPM" title="@freesewing/diana on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a top with a draped neck
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/examples" href="https://www.npmjs.com/package/@freesewing/examples"
title="@freesewing/examples on NPM" title="@freesewing/examples on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern holding examples for our documentation
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/florence" href="https://www.npmjs.com/package/@freesewing/florence"
title="@freesewing/florence on NPM" title="@freesewing/florence on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a face mask
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/florent" href="https://www.npmjs.com/package/@freesewing/florent"
title="@freesewing/florent on NPM" title="@freesewing/florent on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a flat cap
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/gozer" href="https://www.npmjs.com/package/@freesewing/gozer"
title="@freesewing/gozer on NPM" title="@freesewing/gozer on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a ghost costume
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/hi" href="https://www.npmjs.com/package/@freesewing/hi"
title="@freesewing/hi on NPM" title="@freesewing/hi on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a shark plush toy
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/holmes" href="https://www.npmjs.com/package/@freesewing/holmes"
title="@freesewing/holmes on NPM" title="@freesewing/holmes on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a Sherlock Holmes hat
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/hortensia" href="https://www.npmjs.com/package/@freesewing/hortensia"
title="@freesewing/hortensia on NPM" title="@freesewing/hortensia on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a handbag
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/huey" href="https://www.npmjs.com/package/@freesewing/huey"
title="@freesewing/huey on NPM" title="@freesewing/huey on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a zip-up hoodie
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/hugo" href="https://www.npmjs.com/package/@freesewing/hugo"
title="@freesewing/hugo on NPM" title="@freesewing/hugo on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a hooded jumper with raglan sleeves
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/jaeger" href="https://www.npmjs.com/package/@freesewing/jaeger"
title="@freesewing/jaeger on NPM" title="@freesewing/jaeger on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a sport coat style jacket
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/legend" href="https://www.npmjs.com/package/@freesewing/legend"
title="@freesewing/legend on NPM" title="@freesewing/legend on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern to document pattern notation
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/lucy" href="https://www.npmjs.com/package/@freesewing/lucy"
title="@freesewing/lucy on NPM" title="@freesewing/lucy on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a historical tie-on pocket
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/lumina" href="https://www.npmjs.com/package/@freesewing/lumina"
title="@freesewing/lumina on NPM" title="@freesewing/lumina on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-118-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -48,10 +47,19 @@
# @freesewing/lumina # @freesewing/lumina
A FreeSewing pattern that needs a description A FreeSewing pattern for leggings
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/lumira" href="https://www.npmjs.com/package/@freesewing/lumira"
title="@freesewing/lumira on NPM" title="@freesewing/lumira on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for leggings
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/lunetius" href="https://www.npmjs.com/package/@freesewing/lunetius"
title="@freesewing/lunetius on NPM" title="@freesewing/lunetius on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a lacerna, a historical Roman cloak
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/magde" href="https://www.npmjs.com/package/@freesewing/magde"
title="@freesewing/magde on NPM" title="@freesewing/magde on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a bike messenger bag
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/naomiwu" href="https://www.npmjs.com/package/@freesewing/naomiwu"
title="@freesewing/naomiwu on NPM" title="@freesewing/naomiwu on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for Naomi Wu&#39;s signature cargo skirt
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/noble" href="https://www.npmjs.com/package/@freesewing/noble"
title="@freesewing/noble on NPM" title="@freesewing/noble on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a princess seam bodice block
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/octoplushy" href="https://www.npmjs.com/package/@freesewing/octoplushy"
title="@freesewing/octoplushy on NPM" title="@freesewing/octoplushy on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for an octopus plushy toy
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/onyx" href="https://www.npmjs.com/package/@freesewing/onyx"
title="@freesewing/onyx on NPM" title="@freesewing/onyx on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for one-piece garments
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/otis" href="https://www.npmjs.com/package/@freesewing/otis"
title="@freesewing/otis on NPM" title="@freesewing/otis on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a baby romper
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/paco" href="https://www.npmjs.com/package/@freesewing/paco"
title="@freesewing/paco on NPM" title="@freesewing/paco on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for summer pants
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/penelope" href="https://www.npmjs.com/package/@freesewing/penelope"
title="@freesewing/penelope on NPM" title="@freesewing/penelope on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a pencil skirt
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugintest" href="https://www.npmjs.com/package/@freesewing/plugintest"
title="@freesewing/plugintest on NPM" title="@freesewing/plugintest on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern to test (y)our plugins
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/rendertest" href="https://www.npmjs.com/package/@freesewing/rendertest"
title="@freesewing/rendertest on NPM" title="@freesewing/rendertest on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern to test (y)our render engine our CSS
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/sandy" href="https://www.npmjs.com/package/@freesewing/sandy"
title="@freesewing/sandy on NPM" title="@freesewing/sandy on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a circle skirt
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/shelly" href="https://www.npmjs.com/package/@freesewing/shelly"
title="@freesewing/shelly on NPM" title="@freesewing/shelly on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a raglan shirt, perfect for swimshirts
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/shin" href="https://www.npmjs.com/package/@freesewing/shin"
title="@freesewing/shin on NPM" title="@freesewing/shin on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for swim trunks
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/simon" href="https://www.npmjs.com/package/@freesewing/simon"
title="@freesewing/simon on NPM" title="@freesewing/simon on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a button down shirt
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/simone" href="https://www.npmjs.com/package/@freesewing/simone"
title="@freesewing/simone on NPM" title="@freesewing/simone on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a button down shirt (Simone &#x3D; Simon for people wit
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/skully" href="https://www.npmjs.com/package/@freesewing/skully"
title="@freesewing/skully on NPM" title="@freesewing/skully on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for skully, our logo, a plushy toy
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/sven" href="https://www.npmjs.com/package/@freesewing/sven"
title="@freesewing/sven on NPM" title="@freesewing/sven on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a straightforward sweater
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/tamiko" href="https://www.npmjs.com/package/@freesewing/tamiko"
title="@freesewing/tamiko on NPM" title="@freesewing/tamiko on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a zero-waste top
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/teagan" href="https://www.npmjs.com/package/@freesewing/teagan"
title="@freesewing/teagan on NPM" title="@freesewing/teagan on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a T-shirt
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/tiberius" href="https://www.npmjs.com/package/@freesewing/tiberius"
title="@freesewing/tiberius on NPM" title="@freesewing/tiberius on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a tunica, a historical Roman tunic
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/titan" href="https://www.npmjs.com/package/@freesewing/titan"
title="@freesewing/titan on NPM" title="@freesewing/titan on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a unisex trouser block
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/trayvon" href="https://www.npmjs.com/package/@freesewing/trayvon"
title="@freesewing/trayvon on NPM" title="@freesewing/trayvon on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a tie
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/tristan" href="https://www.npmjs.com/package/@freesewing/tristan"
title="@freesewing/tristan on NPM" title="@freesewing/tristan on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-113-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -48,10 +47,19 @@
# @freesewing/tristan # @freesewing/tristan
A FreeSewing pattern for a fitted top A FreeSewing pattern for a fitted top with prince(ss) seams
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coind without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/uma" href="https://www.npmjs.com/package/@freesewing/uma"
title="@freesewing/uma on NPM" title="@freesewing/uma on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a basic, highly-customizable underwear pattern
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/wahid" href="https://www.npmjs.com/package/@freesewing/wahid"
title="@freesewing/wahid on NPM" title="@freesewing/wahid on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a classic fitted waistcoat
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/walburga" href="https://www.npmjs.com/package/@freesewing/walburga"
title="@freesewing/walburga on NPM" title="@freesewing/walburga on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a wappenrock (tabard&#x2F;surcoat), a historical Europe
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/waralee" href="https://www.npmjs.com/package/@freesewing/waralee"
title="@freesewing/waralee on NPM" title="@freesewing/waralee on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for wrap pants
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/yuri" href="https://www.npmjs.com/package/@freesewing/yuri"
title="@freesewing/yuri on NPM" title="@freesewing/yuri on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/core" href="https://www.npmjs.com/package/@freesewing/core"
title="@freesewing/core on NPM" title="@freesewing/core on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A library for creating made-to-measure sewing patterns
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/models" href="https://www.npmjs.com/package/@freesewing/models"
title="@freesewing/models on NPM" title="@freesewing/models on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -99,6 +98,15 @@ The digits in the model refer to the neck circumference in cm.
- womenswear: An object with the womenswear models - womenswear: An object with the womenswear models
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -112,6 +120,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -136,7 +145,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -147,12 +156,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/new-design" href="https://www.npmjs.com/package/@freesewing/new-design"
title="@freesewing/new-design on NPM" title="@freesewing/new-design on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ Initializer package for a new FreeSewing design: npx @freesewing&#x2F;new-design
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/prettier-config" href="https://www.npmjs.com/package/@freesewing/prettier-config"
title="@freesewing/prettier-config on NPM" title="@freesewing/prettier-config on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ FreeSewing&#39;s shared configuration for prettier
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/react-components" href="https://www.npmjs.com/package/@freesewing/react-components"
title="@freesewing/react-components on NPM" title="@freesewing/react-components on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ React components by&#x2F;for FreeSewing
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/rehype-highlight-lines" href="https://www.npmjs.com/package/rehype-highlight-lines"
title="rehype-highlight-lines on NPM" title="rehype-highlight-lines on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A Rehype plugin to add highlighted lines to code blocks
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/rehype-jargon" href="https://www.npmjs.com/package/rehype-jargon"
title="rehype-jargon on NPM" title="rehype-jargon on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -85,14 +84,15 @@ export const jargon = {
Now import the plugin, and pass it your jargon: Now import the plugin, and pass it your jargon:
```js ```js
import rehypeJargon from 'rehype-jargon' var remark = require('remark')
import { jargon } from './jargon.js' var html = require('remark-html')
import {read} from 'to-vfile' var plugin = require('remark-jargon')
import {unified} from 'unified' var jargon = require('./jargon.js')
const file = await unified() remark()
.use(rehypeJargon, {jargon: jargon}) .use(html)
.process('This is a plugin for _rehype_ originally written for _freesewing_.', function (err, file) { .use(plugin, { jargon: jargon })
.process('This is a plugin for _remark_ originally written for _freesewing_.', function (err, file) {
console.log(String(file)) console.log(String(file))
}) })
``` ```
@ -171,6 +171,22 @@ For help or feedback, please stop by [the FreeSewing chat room](https://gitter.i
[create an issue](https://github.com/freesewing/freesewing/issues/new). [create an issue](https://github.com/freesewing/freesewing/issues/new).
## Use with Gatsby
Please see [gatsby-remark-jargon](https://github.com/freesewing/freesewing/tree/develop/packages/gatsby-remark-jargon) for
info and instructions on how to use this plugin with [Gatsby](https://www.gatsbyjs.org/).
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
This repository is the FreeSewing *monorepo* holding all FreeSewing's websites, documentation, designs, plugins, and other NPM packages. This repository is the FreeSewing *monorepo* holding all FreeSewing's websites, documentation, designs, plugins, and other NPM packages.
@ -183,6 +199,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -207,7 +224,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -218,12 +235,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/snapseries" href="https://www.npmjs.com/package/@freesewing/snapseries"
title="@freesewing/snapseries on NPM" title="@freesewing/snapseries on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A series of common sizes for elastics and other series to be used with snapped p
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/core-plugins" href="https://www.npmjs.com/package/@freesewing/core-plugins"
title="@freesewing/core-plugins on NPM" title="@freesewing/core-plugins on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -81,6 +80,15 @@ let pattern = new freesewing.Pattern().with(plugins);
``` ```
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -94,6 +102,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -118,7 +127,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -129,12 +138,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-annotations" href="https://www.npmjs.com/package/@freesewing/plugin-annotations"
title="@freesewing/plugin-annotations on NPM" title="@freesewing/plugin-annotations on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin that provides pattern annotations
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-bin-pack" href="https://www.npmjs.com/package/@freesewing/plugin-bin-pack"
title="@freesewing/plugin-bin-pack on NPM" title="@freesewing/plugin-bin-pack on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin that adds a bin-pack algorithm to the core library
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-bust" href="https://www.npmjs.com/package/@freesewing/plugin-bust"
title="@freesewing/plugin-bust on NPM" title="@freesewing/plugin-bust on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin that helps with bust-adjusting menswear patterns
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-flip" href="https://www.npmjs.com/package/@freesewing/plugin-flip"
title="@freesewing/plugin-flip on NPM" title="@freesewing/plugin-flip on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to flip parts horizontally
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-gore" href="https://www.npmjs.com/package/@freesewing/plugin-gore"
title="@freesewing/plugin-gore on NPM" title="@freesewing/plugin-gore on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to generate gores for a semi-sphere or dome
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-i18n" href="https://www.npmjs.com/package/@freesewing/plugin-i18n"
title="@freesewing/plugin-i18n on NPM" title="@freesewing/plugin-i18n on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin for pattern translation
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-measurements" href="https://www.npmjs.com/package/@freesewing/plugin-measurements"
title="@freesewing/plugin-measurements on NPM" title="@freesewing/plugin-measurements on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin that adds additional measurements that can be calculated fro
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-mirror" href="https://www.npmjs.com/package/@freesewing/plugin-mirror"
title="@freesewing/plugin-mirror on NPM" title="@freesewing/plugin-mirror on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to mirror points or paths
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-ringsector" href="https://www.npmjs.com/package/@freesewing/plugin-ringsector"
title="@freesewing/plugin-ringsector on NPM" title="@freesewing/plugin-ringsector on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to draft a ring sector (think part of a donut)
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-round" href="https://www.npmjs.com/package/@freesewing/plugin-round"
title="@freesewing/plugin-round on NPM" title="@freesewing/plugin-round on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to round corners
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-sprinkle" href="https://www.npmjs.com/package/@freesewing/plugin-sprinkle"
title="@freesewing/plugin-sprinkle on NPM" title="@freesewing/plugin-sprinkle on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to bulk-add snippets to your pattern
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-svgattr" href="https://www.npmjs.com/package/@freesewing/plugin-svgattr"
title="@freesewing/plugin-svgattr on NPM" title="@freesewing/plugin-svgattr on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to set SVG attributes
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-theme" href="https://www.npmjs.com/package/@freesewing/plugin-theme"
title="@freesewing/plugin-theme on NPM" title="@freesewing/plugin-theme on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin that provides a default theme
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-timing" href="https://www.npmjs.com/package/@freesewing/plugin-timing"
title="@freesewing/plugin-timing on NPM" title="@freesewing/plugin-timing on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to record the time it takes to draft your pattern parts
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻

View file

@ -1,4 +1,3 @@
![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-versionfree-svg" href="https://www.npmjs.com/package/@freesewing/plugin-versionfree-svg"
title="@freesewing/plugin-versionfree-svg on NPM" title="@freesewing/plugin-versionfree-svg on NPM"
@ -22,7 +21,7 @@
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
><img src="https://img.shields.io/badge/all_contributors-119-pink.svg" ><img src="https://img.shields.io/badge/all_contributors-123-pink.svg"
alt="All Contributors"/> alt="All Contributors"/>
</a></p><p align='center'><a </a></p><p align='center'><a
href="https://twitter.com/freesewing_org" href="https://twitter.com/freesewing_org"
@ -52,6 +51,15 @@ A FreeSewing plugin to keep version info out of your SVG to allow easy diffs acr
# FreeSewing
> [!TIP]
>#### Support FreeSewing: Become a patron, or make a one-time donation 🥰
>
> FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons.
>
> If you feel FreeSewing is worthwhile, and you can spend a few coins without
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
## What am I looking at? 🤔 ## What am I looking at? 🤔
@ -65,6 +73,7 @@ If you're not entirely sure what to do or how to start, type this command:
npm run tips npm run tips
``` ```
> [!NOTE]
> If you don't want to set up a dev environment, you can run it in your browser: > If you don't want to set up a dev environment, you can run it in your browser:
> >
> [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing) > [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/freesewing/freesewing)
@ -89,7 +98,7 @@ functionality of the platform.
If you have NodeJS installed, you can try it right now by running: If you have NodeJS installed, you can try it right now by running:
```bash ```bash
npx create-freesewing-pattern npx @freesewing/new-design
``` ```
Getting started guides are available for: Getting started guides are available for:
@ -100,12 +109,22 @@ Getting started guides are available for:
The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will The [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) will
show you how to create your first parametric design. show you how to create your first parametric design.
## Support FreeSewing: Become a patron 🥰 ## Getting started ⚡
FreeSewing is an open source project maintained by Joost De Cock and financially supported by the FreeSewing patrons. To get started with FreeSewing, you can spin up our development environment with:
If you feel FreeSewing is worthwhile, and you can spend a few coins without ```bash
hardship, then you should [join us and become a patron](https://freesewing.org/community/join). npx @freesewing/new-design
```
To work with FreeSewing's monorepo, you'll need [NodeJS v18](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system.
Once you have those, clone (or fork) this repo and run `yarn kickstart`:
```bash
git clone git@github.com:freesewing/freesewing.git
cd freesewing
yarn kickstart
```
## Links 👩‍💻 ## Links 👩‍💻