An open API service indexing awesome lists of open source software.

https://github.com/riot/cli

Riot.js command line tool
https://github.com/riot/cli

Last synced: 9 months ago
JSON representation

Riot.js command line tool

Awesome Lists containing this project

README

          

# 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][codeclimate-image]][codeclimate-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://img.shields.io/coveralls/riot/cli/main.svg?style=flat-square
[coverage-url]: https://coveralls.io/r/riot/cli/?branch=main
[codeclimate-image]: https://api.codeclimate.com/v1/badges/1409ace7dbefdb5da35a/maintainability
[codeclimate-url]: https://codeclimate.com/github/riot/cli