Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Zeplin Node SDK scripts used by Community Crew

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.