https://github.com/patternplate/patternplate
📘 patternplate connects design and engineering to establish a single source of truth for your team.
https://github.com/patternplate/patternplate
component-library documentation livingstyleguide patternplate
Last synced: about 1 month ago
JSON representation
📘 patternplate connects design and engineering to establish a single source of truth for your team.
- Host: GitHub
- URL: https://github.com/patternplate/patternplate
- Owner: patternplate
- License: mit
- Created: 2015-08-16T15:31:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:21:20.000Z (over 3 years ago)
- Last Synced: 2026-04-21T16:20:36.077Z (about 2 months ago)
- Topics: component-library, documentation, livingstyleguide, patternplate
- Language: TypeScript
- Homepage: https://patternplate.github.io/
- Size: 13.2 MB
- Stars: 302
- Watchers: 15
- Forks: 34
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-projects - patternplate - 📘 patternplate connects design and engineering to establish a single source of truth for your team. ⭐302 `TypeScript` (📦 Legacy & Inactive Projects)
README
> Documentation and development interface for component libraries
# patternplate
## [Site][site] | [Getting started][getting-started] | [Join us on Gitter][gitter]
This is the contributor documentation for the `patternplate` mono-repository.
For user docs see [patternplate.github.io](https://patternplate.github.io)
* Framework independent
* Bring design docs to live with real components
* Powerful search and meta data system
## Contribute to patternplate
```sh
git clone https://github.com/patternplate/patternplate.git
cd patternplate
yarn
yarn start
# start the local component library
yarn patternplate start
```
## Publish a release
```bash
yarn clean
yarn
yarn test
yarn build
yarn run pack
yarn lerna publish
yarn lerna run clean:dev # remove publishing bundles
```
## Code of Conduct
We want to build an open and welcoming environment for **everyone**. That is why we expect from **everyone** to follow our [Code of Conduct](https://github.com/patternplate/patternplate/blob/master/.github/CODE_OF_CONDUCT.md)
## License
Copyright by SinnerSchrader. All `@patternplate` packages are released under the MIT license.
[site]: https://patternplate.github.io/
[getting-started]: https://patternplate.github.io/doc/docs/guides/getting-started?guides-enabled=true
[gitter]: https://gitter.im/patternplate/Lobby