Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almonk/dpm
dpm is a package manager for Sketch plugins
https://github.com/almonk/dpm
Last synced: 2 months ago
JSON representation
dpm is a package manager for Sketch plugins
- Host: GitHub
- URL: https://github.com/almonk/dpm
- Owner: almonk
- Created: 2016-01-29T13:51:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T14:51:24.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T15:31:54.900Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 5.5 MB
- Stars: 87
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dpm
dpm is an experimental package manager for Sketch. It allows you to simply keep plugins in sync across teams and devices.
### Getting started
`gem install dpm`### Basic usage
Init a Palette.json file```
$ dpm init
$ dpm install marcosvidal/Sketch-Notebook --save
```Install plugins from a pre-existing Palette.json file
```
$ dpm install
```Install a plugin without saving it to a Palette.json file
```
$ dpm install marcosvidal/Sketch-Notebook
```Find a list of Sketch plugins you can use with dpm [here](https://github.com/sketchplugins/plugin-directory).
### Limitations
* dpm currently **only** supports installing from repos publicly available on Github
* Currenly only works with Sketch plugins
* Install only, no uninstall
* Probably a ton of bugs