0.1.8 • Published 7 years ago

typestyle-cli v0.1.8

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

TypeStyle CLI

TypeStyle CLI compiles your TypeStyle files into CSS files.

Setup

npm i typestyle-cli --save-dev

Usage

In your package.json

{
    "scripts": {
        "css": "typestyle src/styles/site.ts"
    }
}

Run this from the command line

npm run css

That will output site.css

Reasons

With TypeStyle's ability to render dynamically in the browser, and its ability to render on the server on NodeJS, it is tempting to think that covers all cases. TypeStyle CLI is intended for applications using other server technologies such as JSP, ASP.NET, and Ruby on Rails. ASP.NET in particular has a thriving TypeScript community that may not be able to leverage TypeStyle otherwise.

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.1

7 years ago