Download a local backup of the Sketch files from all your Abstract projects
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-backup
-
abstract-backup
will download and write all your Sketch files, organised by project, to an./abstract-backup
folder. Change this via the--directory
flag:$ npx abstract-backup --directory sketch
$ npm install --global abstract-backup