0.0.4 • Published 7 years ago
@koltong/toaster v0.0.4
Toaster
Transforms CSS styles to JSON styles
Toaster aims to simplify the transformation of CSS styles (what we call bread) to JSON styles (what we call toast).
Supported Styles
| Bread Types Input Styles | Toast Types Output Styles |
|---|---|
| CSS | JSON |
CLI Usage
With NPX
> npx @koltong/toaster <bread> <toast>With Global Install
Verify if you have node and npm installed.
Install package globally.
> npm install -g @koltong/toasterCommand line argument.
> toaster <bread> <toast>Command Line Arguments
| Param | Description |
|---|---|
| bread | File path of the .css file. Ex: ./test.css |
| toast | File path for the outputted .json file. Ex: ./test.json |