Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/washingtonpost/wpds-plugins
WPDS Design Tools and Plugins for Figma, Zeplin, and more!
https://github.com/washingtonpost/wpds-plugins
wpds
Last synced: about 2 months ago
JSON representation
WPDS Design Tools and Plugins for Figma, Zeplin, and more!
- Host: GitHub
- URL: https://github.com/washingtonpost/wpds-plugins
- Owner: washingtonpost
- Created: 2021-09-29T20:28:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T14:38:21.000Z (about 1 year ago)
- Last Synced: 2024-04-15T09:14:31.112Z (9 months ago)
- Topics: wpds
- Language: TypeScript
- Homepage: https://build.washingtonpost.com/resources/guides/zeplin-guide
- Size: 7.35 MB
- Stars: 4
- Watchers: 12
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# wpds-plugins
Welcome to our mono-repo of plugin and extension mantain by the WPDS team.
## Adaptive color example
[Read more](/adaptive-color-palettes/README.md) about our adaptive color generator for color tokens. [Link to color palette html](./adaptive-color-palettes/index.html).
## Publish ZEM extensions
1. Add `ZEM_ACCESS_TOKEN` to your node environment variables using this config
```bash
export ZEM_ACCESS_TOKEN=
```## Set up local environment
We are using Node `14.18.2` and NPM `8.3.0`. We use an `./nvmrc` file to set the version of Node to use.
```bash
npm install
```To build the packages
```bash
npm run build --workspaces
```To build for development with Figma
```bash
npm run build:watch --workspaces
```