1.0.7 • Published 9 years ago

autograph-cli v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Autograph

Autograph is a CSS generation language that uses s-expressions for styling rules and allows for the use of variables and functions written in Common Lisp.

Autograph is written to be used with sigil, mostly because they have the same syntax for symbol naming and transformation for class names and ids:

      https://www.npmjs.com/package/sigil-cli

See example.ag for syntax and to see how symbol names are converted using the Parenscript syntax:

https://github.com/burtonsamograd/autograph/blob/master/example.ag

Usage:

    autograph -I [include path...] style.ag > style.css

Includes;

Autograph allows for the including of files as follows:

      (include "common.ag")

You can specify the include search paths with -I on the command line.

Requires:

SBCL, installable from http://sbcl.org/platform-table.html or 'apt-get install sbcl'. After you have that, just run 'make'.

License:

MIT

-- Burton Samograd burton.samograd@gmail.com 2015

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago