🚚 Bootstrapped monorepo with Lerna
This commit is contained in:
parent
921a757356
commit
56c1b3aa01
3 changed files with 83 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 Joost De Cock
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
49
README.md
Normal file
49
README.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<p align="center">
|
||||||
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
</p>
|
||||||
|
<h4 align="center">
|
||||||
|
<a title="Go to freesewing.org" href="https://freesewing.org/">
|
||||||
|
<span style="font-weight: 900; letter-spacing: -0.02em; color: #61dafb;">Free</span>
|
||||||
|
<span style="font-family: 'Roboto Condensed', sans-serif; font-weight: 900; letter-spacing: -0.02em; color: #222">Sewing</span>
|
||||||
|
</a>
|
||||||
|
<br><sup>a library for made-to-measure sewing patterns</sup>
|
||||||
|
</h4>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://travis-ci.org/freesewing/freesewing"><img src="https://badgen.net/travis/freesewing/freesewing/master" alt="Travis build"></a>
|
||||||
|
<a href="https://www.npmjs.com/package/freesewing"><img src="https://badgen.net/npm/v/freesewing" alt="Version"></a>
|
||||||
|
<a href="https://www.npmjs.com/package/freesewing"><img src="https://badgen.net/npm/license/freesewing" alt="License"></a>
|
||||||
|
<a href="https://codecov.io/gh/freesewing/freesewing"><img src="https://badgen.net/codecov/c/github/freesewing/freesewing/master" alt="Code coverage"></a>
|
||||||
|
<a href="https://deepscan.io/dashboard#view=project&pid=2993&bid=23256"><img src="https://deepscan.io/api/projects/2993/branches/23256/badge/grade.svg" alt="DeepScan grade"></a>
|
||||||
|
<a href="https://gitter.im/freesewing/freesewing"><img src="https://badgen.net/badge/chat/on%20Gitter/cyan" alt="Chat on Gitter"></a>
|
||||||
|
<a href="https://freesewing.org/patrons/join"><img src="https://badgen.net/badge/become/a%20Patron/FF5B77" alt="Become a Patron"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# freesewing
|
||||||
|
|
||||||
|
[Freesewing](https://freesewing.org/) is an open source platform for made-to-measure sewing patterns.
|
||||||
|
|
||||||
|
Try [the online demo](https://beta.freesewing.org/en/demo/) to *get it*.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- 💻 Website: [freesewing.org](https://freesewing.org)
|
||||||
|
- 💬 Chat: [Gitter](https://gitter.im/freesewing/freesewing)
|
||||||
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Parametric design of sewing patterns
|
||||||
|
- Modular design with support for [plugins](https://github.com/freesewing/plugins)
|
||||||
|
- Auto-layout of pattern parts
|
||||||
|
- Auto-offset of paths for seam allowance
|
||||||
|
- Support for paperless patterns (with [our theme plugin](https://github.com/freesewing/plugin-theme))
|
||||||
|
- Sampling of options, a single measurement, or across models
|
||||||
|
- Renders to SVG
|
||||||
|
- Run in the browser as well as on the server with Node.js
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
This repository is a rewrite of [freesewing/core](https://github.com/freesewing/core) in JavaScript.
|
||||||
|
|
||||||
|
It is an ongoing project, and not ready for prime-time yet. Watch this space.
|
Loading…
Add table
Add a link
Reference in a new issue