From c51a51e556a1ff4e43db623534452f181a6486c4 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 28 Apr 2020 14:27:58 +0300 Subject: [PATCH] Publish Iconify Core --- packages/core/.gitignore | 1 - packages/core/.npmignore | 6 ++++++ packages/core/README.md | 30 ++++++++++++++++++++++++++++++ packages/core/package.json | 1 - 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 packages/core/.npmignore create mode 100644 packages/core/README.md diff --git a/packages/core/.gitignore b/packages/core/.gitignore index 396c4e3..ab12347 100644 --- a/packages/core/.gitignore +++ b/packages/core/.gitignore @@ -2,4 +2,3 @@ node_modules tests-compiled lib -dist diff --git a/packages/core/.npmignore b/packages/core/.npmignore new file mode 100644 index 0000000..571ea92 --- /dev/null +++ b/packages/core/.npmignore @@ -0,0 +1,6 @@ +.DS_Store +tsconfig.json +node_modules +tests +tests-compiled +src diff --git a/packages/core/README.md b/packages/core/README.md new file mode 100644 index 0000000..cc6a8b7 --- /dev/null +++ b/packages/core/README.md @@ -0,0 +1,30 @@ +# Iconify Core + +Iconify is the most versatile icon framework. + +- Unified icon framework that can be used with any icon library. +- Out of the box includes 60+ icon sets with 50,000 icons. +- Embed icons in HTML with SVG framework or components for front-end frameworks. +- Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD. +- Add icon search to your applications with Iconify Icon Finder. + +For more information visit [https://iconify.design/](https://iconify.design/). + +Iconify Core contains code shared among various Iconify implementations. + +## Documentation + +Documentation is currently not available because there is no demand for it. + +If anyone would like to create custom Iconify implementation and needs documentation for Iconify Core, please create an issue on Iconify repository on GitHub. + +## License + +Iconify is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. + +`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` + +This license does not apply to icons. Icons are released under different licenses, see each icon set for details. +Icons available by default are all licensed under some kind of open-source or free license. + +© 2020 Vjacheslav Trushkin diff --git a/packages/core/package.json b/packages/core/package.json index 0673e0f..12490fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,5 @@ { "name": "@iconify/core", - "private": true, "description": "Reusable files used by multiple Iconify packages", "author": "Vjacheslav Trushkin (https://iconify.design)", "version": "1.0.0-beta.0",