0.0.3 • Published 6 years ago
abstract-backup v0.0.3
abstract-backup

Download a local backup of the Sketch files from all your Abstract projects
Usage
Requires Node.js.
Ensure that:
- The Abstract desktop app is installed
- You are logged in
- All projects are set to sync to your computer
Create an access token for the Abstract API.
Where
<token>is your access token, do:$ npx abstract-backup <token>Alternatively:
$ export ABSTRACT_TOKEN=<token> $ npx abstract-backupabstract-backupwill download and write all your Sketch files, organised by project, to an./abstract-backupfolder. Change this via the--directoryflag:$ npx abstract-backup --directory sketch
Installation
$ npm install --global abstract-backup