# Riot cli

[![Riot.js cli logo](https://raw.githubusercontent.com/riot/branding/main/cli/cli-horizontal.svg)](https://github.com/riot/cli/)

Command line tool to precompile riot tags

[![Build Status][ci-image]][ci-url]
[![Code Quality][qlty-image]][qlty-url]
[![NPM version][npm-version-image]][npm-url]
[![NPM downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
[![Coverage Status][coverage-image]][coverage-url]

## Important

If you are using Riot.js < 4.0.0 please check the [legacy branch](https://github.com/riot/cli/tree/legacy)

## Installation

`npm install @riotjs/cli -g`

## Usage

`riot --help`

[ci-image]: https://img.shields.io/github/actions/workflow/status/riot/cli/test.yml?style=flat-square
[ci-url]: https://github.com/riot/cli/actions
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
[license-url]: LICENSE
[npm-version-image]: http://img.shields.io/npm/v/@riotjs/cli.svg?style=flat-square
[npm-downloads-image]: http://img.shields.io/npm/dm/@riotjs/cli.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@riotjs/cli
[coverage-image]: https://qlty.sh/gh/riot/projects/cli/coverage.svg
[coverage-url]: https://qlty.sh/gh/riot/projects/cli
[qlty-image]: https://qlty.sh/gh/riot/projects/cli/maintainability.svg
[qlty-url]: https://qlty.sh/gh/riot/projects/cli
