Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Roelens maxim 5782881c4c examples in folder pirms 3 gadiem
Javadoc javadoc? pirms 3 gadiem
src examples in folder pirms 3 gadiem
.gitignore Init Maven project for Team Beige pirms 3 gadiem
README.md readme update pirms 3 gadiem
pom.xml Update options gives problems pirms 3 gadiem

README.md

JHAML COMPILER

This compiler will compile .HAML files to usable .HTML files.

Installation

Clone repository to locale.

    git clone (link)

Usage

Use the compiler in therminal as follows:

### One-to-one Mode
    Compile a *.haml to the therminal (when no output) or compile to a designated outputfil

            java -jar HamlIt.jar <input.haml> [output.html]

### Many-to-many Mode
    Compile index.haml to index.html

            java -jar HamlIt.jar index.haml:index.html

    Compiles index.jhaml and contact.jhml to index.html and contact.html

            java -jar HamlIt.jar index.haml:index.html contact.haml:contact.html

    Compiles all haml files in themes/ to html files in public/site/.

            java -jar HamlIt.jar themes:public/site

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Syntra-mvl-team-beige