0.0.3 • Published 5 years ago

abstract-backup v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

abstract-backup npm Version Build Status

Download a local backup of the Sketch files from all your Abstract projects

Usage

Requires Node.js.

  1. Ensure that:

  2. Create an access token for the Abstract API.

  3. Where <token> is your access token, do:

    $ npx abstract-backup <token>

    Alternatively:

    $ export ABSTRACT_TOKEN=<token>
    $ npx abstract-backup
  4. 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

Installation

$ npm install --global abstract-backup

License

MIT