https://github.com/artemnovichkov/zeplin-extension-template
⚗️ Template for Zeplin Extensions
https://github.com/artemnovichkov/zeplin-extension-template
extension github-templates template zeplin zeplin-extension
Last synced: 12 months ago
JSON representation
⚗️ Template for Zeplin Extensions
- Host: GitHub
- URL: https://github.com/artemnovichkov/zeplin-extension-template
- Owner: artemnovichkov
- Created: 2019-06-06T18:25:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T18:29:45.000Z (about 7 years ago)
- Last Synced: 2025-06-09T13:59:00.369Z (about 1 year ago)
- Topics: extension, github-templates, template, zeplin, zeplin-extension
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Zeplin Extension
[Zeplin](https://zeplin.io) extension that generates sample snippets.
## Getting started
Add the extension to your project from extensions.zeplin.io.
## Output
```
sample
```
## Options
#### Sample option
Sample option providing sample functionality.
## Development
This extension is developed using [zem](https://github.com/zeplin/zem), Zeplin Extension Manager. zem is a command line tool that lets you quickly create, test and publish extensions.
To learn more about creating Zeplin extensions, [see documentation](https://github.com/zeplin/zeplin-extension-documentation).