0.2.9 • Published 7 years ago

razor-cli v0.2.9

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

razor-cli-node

Compile Razor templates

Requires a working .NET runtime. You can use Mono on Mac and Windows.

Install

npm install -g razor-cli

Usage

It works on the convention that you have a directory containing pairs of files on the form _component.cshtml and _component.example.json. Running razor-cli --partials Views/partials --output build/partials will then output a single html file (such as _component.html) per pair.

Help needed!

In its current form, this is little more than a proof of concept. We have a wrapper around a utility using .NET libraries, which is the the piece actually doing the work.

The basic functionality is in place, but we need better error handling. Most substantial improvements will be probably end up in the .NET utility.

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago