1.0.1 • Published 4 years ago

bb-slick v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

NAME

bb-slick - Transform Sketch files into Backbase-Theme variables

SYNOPSIS

bb-slick [--help] [-v|--version]
bb-slick ls
bb-slick ws

USAGE

Usage: bb-slick ls [options]

Options:
-f, --folder <folder>      Design System folder
-s, --sass <location>      Target Sass File
-j, --json <location>      JSON File
-k, --sketch <location>    Sketch File

DESCRIPTION

This tool can run in watch mode, listening for any file changes in the design system folder specified.

EXAMPLES

Transform

Transform the sketch files

  $ bb-slick ls -f design-system -s themes/workshop-theme/scss/ -j themes/workshop-theme/scss/ -k '1- Design System Libraries/1 - Shared Styles.sketch'

Watch

Watch the folder, automaticly transform the sketch files

  $ bb-slick ws -f design-system -s themes/workshop-theme/scss/ -j themes/workshop-theme/scss/ -k '1- Design System Libraries/1 - Shared Styles.sketch'

DISCLAIMER

This is a community supported tool, and is not affiliated or maintained by any commercial company. Usage is at your own risk!