https://github.com/zeplin/community-crew-sdk-scripts
Zeplin Node SDK scripts used by Community Crew
https://github.com/zeplin/community-crew-sdk-scripts
zeplin zeplin-api zeplin-sdk
Last synced: 6 months ago
JSON representation
Zeplin Node SDK scripts used by Community Crew
- Host: GitHub
- URL: https://github.com/zeplin/community-crew-sdk-scripts
- Owner: zeplin
- License: mit
- Created: 2022-07-13T01:30:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T18:38:45.000Z (about 1 year ago)
- Last Synced: 2024-10-24T16:50:00.056Z (7 months ago)
- Topics: zeplin, zeplin-api, zeplin-sdk
- Language: JavaScript
- Homepage:
- Size: 16.3 MB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeplin Community Crew: SDK Scripts
## Getting Started
1. Create a Personal Access Token from the Zeplin web app under [Developer](https://app.zeplin.io/profile/developer) tab in your profile page.
2. Create a .env file to enter your Personal Access token. Refer to the file `.env.example` for environment variable naming. You'll also add your Workspace ID here, which can be found by going to your Workspace and copying it from the url:
```https://app.zeplin.io/workspace/WORKSPACE_ID/projects```## Usage
Install packages
```console
$ npm install
```Navigate to the directory with the script to be used and read the Readme for any extra usage details for the script.