
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
---
|
|
title: "create-freesewing-pattern"
|
|
---
|
|
|
|
<p>
|
|
<a
|
|
href='https://www.npmjs.com/package/create-freesewing-pattern'
|
|
title='create-freesewing-pattern on NPM'
|
|
style="margin-right: 0.5rem"
|
|
>
|
|
<img
|
|
src='https://img.shields.io/npm/v/create-freesewing-pattern.svg'
|
|
alt='create-freesewing-pattern on NPM'
|
|
/>
|
|
</a>
|
|
<a
|
|
href="https://opensource.org/licenses/MIT"
|
|
title="License: MIT"
|
|
style="margin-right: 0.5rem"
|
|
>
|
|
<img
|
|
src='https://img.shields.io/npm/l/create-freesewing-pattern.svg?label=License'
|
|
alt="License: MIT"
|
|
/>
|
|
</a>
|
|
<a
|
|
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
|
title="Code quality on DeepScan"
|
|
style={styles.badge}
|
|
>
|
|
<img
|
|
src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
|
alt="Code quality on DeepScan"
|
|
/>
|
|
</a>
|
|
<a
|
|
href='https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acreate-freesewing-pattern'
|
|
title='Open issues tagged pkg:create-freesewing-pattern'
|
|
style="margin-right: 0.5rem"
|
|
>
|
|
<img
|
|
src='https://img.shields.io/github/issues/freesewing/freesewing/pkg:create-freesewing-pattern.svg?label=Issues'
|
|
alt='Open issues tagged pkg:create-freesewing-pattern'
|
|
/>
|
|
</a>
|
|
</p>
|
|
|
|
This is an npm initializer package to jump-start your FreeSewing pattern designs with:
|
|
|
|
```js
|
|
npm init freesewing-pattern
|
|
```
|
|
|
|
This package is what's loaded when you enter that command.
|
|
|