We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd0d2 commit c65611eCopy full SHA for c65611e
packages/core/README.md
@@ -10,7 +10,7 @@
10
11
# Pattern Lab Node Core
12
13
-This repository contains the core functionality for Pattern Lab Node.
+This is the core API and orchestrator of the [Pattern Lab ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html).
14
15
## Installation
16
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pattern-lab/core",
3
- "description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
+ "description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4
"version": "3.0.0-alpha.9",
5
"main": "./src/index.js",
6
"dependencies": {
0 commit comments