From 56c1b3aa013410cfc685cfe1e4b40929a5bcc13f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 19 Apr 2019 08:49:08 +0200 Subject: [PATCH] :truck: Bootstrapped monorepo with Lerna --- .editorconfig | 13 +++++++++++++ LICENSE | 21 +++++++++++++++++++++ README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .editorconfig create mode 100644 LICENSE create mode 100644 README.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..9142239769f --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000000..cdbde67f034 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 00000000000..17c1852ba55 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +

+ Freesewing logo +

+

+ +Free +Sewing + +
a library for made-to-measure sewing patterns +

+

+ Travis build + Version + License + Code coverage + DeepScan grade + Chat on Gitter + Become a Patron +

+ +# 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.